JuliaDynamics/ComplexityMeasures.jl

Performance of `AAPE` is suboptimal

开放

#217 创建于 2022年12月22日

 (10 条评论) (0 个反应) (0 位负责人)Julia (19 个派生)auto 404
good first issuelow priorityperformance

仓库指标

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

描述

internal function AAPE has really bad performance, allocating 10 vectors for each element of a dataset... Thankfully it is easy to optimize it to do 0 allocations so I leave this here for a newcomer that would like to contribute.

贡献者指南