SciML/OrdinaryDiffEq.jl
Use cache vectors in auto dt to get rid of allocations
Ouverte
#220 ouverte le 4 nov. 2017
Hacktoberfesteasyhelp wanted
Métriques du dépôt
- Stars
- (656 étoiles)
- Métriques de merge PR
- (Merge moyen 3j 12h) (74 PRs mergées en 30 j)
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.