SciML/OrdinaryDiffEq.jl

Use cache vectors in auto dt to get rid of allocations

Aberta

#220 aberto em 4 de nov. de 2017

 (0 comentário) (0 reação) (0 responsável)Julia (262 forks)batch import
Hacktoberfesteasyhelp wanted

Métricas do repositório

Stars
 (656 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 12h) (74 fundiu PRs em 30d)

Description

Can be done by a simple trait vector which is used to pull a tmp variable from a cache. Can probably default to cache.tmp since that's common, and then overload as necessary.

Guia do colaborador