SciML/OrdinaryDiffEq.jl
Use cache vectors in auto dt to get rid of allocations
Aperta
#220 aperta il 4 nov 2017
Hacktoberfesteasyhelp wanted
Metriche repository
- Star
- (656 stelle)
- Metriche merge PR
- (Merge medio 3g 12h) (74 PR mergiate in 30 g)
Descrizione
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.