SciML/OrdinaryDiffEq.jl

Use cache vectors in auto dt to get rid of allocations

开放

#220 创建于 2017年11月4日

 (0 条评论) (0 个反应) (0 位负责人)Julia (262 个派生)batch import
Hacktoberfesteasyhelp wanted

仓库指标

星标
 (656 个星标)
PR 合并指标
 (平均合并 3天 12小时) (30 天内合并 74 个 PR)

描述

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.

贡献者指南