JuliaDynamics/ComplexityMeasures.jl

Performance of `AAPE` is suboptimal

オープン

#217 opened on 2022/12/22

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (19 件のフォーク)auto 404
good first issuelow priorityperformance

Repository metrics

Stars
 (79 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド