SciML/OrdinaryDiffEq.jl

Use cache vectors in auto dt to get rid of allocations

Open

#220 opened on Nov 4, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (262 forks)batch import
Hacktoberfesteasyhelp wanted

Repository metrics

Stars
 (656 stars)
PR merge metrics
 (Avg merge 3d 12h) (74 merged PRs in 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.

Contributor guide