JuliaDynamics/ComplexityMeasures.jl

Performance of `AAPE` is suboptimal

Offen

#217 geöffnet am 22.12.2022

 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (19 Forks)auto 404
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.

Contributor Guide