JuliaDynamics/ComplexityMeasures.jl
Performance of `AAPE` is suboptimal
Offen
#217 geöffnet am 22.12.2022
good first issuelow priorityperformance
Repository-Metriken
- Stars
- (79 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.