JuliaDynamics/ComplexityMeasures.jl
Performance of `AAPE` is suboptimal
Aberta
#217 aberto em 22 de dez. de 2022
good first issuelow priorityperformance
Métricas do repositório
- Stars
- (79 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.