JuliaDynamics/DynamicalSystemsBase.jl

Performance tests for v3 API.

开放

#169 创建于 2023年3月4日

 (0 条评论) (0 个反应) (0 位负责人)Julia (34 个派生)auto 404
good first issuehelp wantedperformance

仓库指标

星标
 (56 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I haven't had the time to extensively test performance of each individual function of the new DynamicalSystems.jl v3.0 API. I've checked the over-arching performance, e.g., lyapunovspectrum has approximately same speed as before.

But one should be methodical here. All functions that participate in the DynamicalSystem api should be non allocating. E.g. set_deviations(tands, Q) should be non allocating regardless of what type of tangent dynamical system we have.

Someone should check these functions with the @benchmark from BenchmarkTools.jl.

贡献者指南