JuliaDynamics/ComplexityMeasures.jl
Performance of `AAPE` is suboptimal
Ouverte
#217 ouverte le 22 déc. 2022
good first issuelow priorityperformance
Métriques du dépôt
- Stars
- (79 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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.