JuliaDynamics/ComplexityMeasures.jl

Performance of `AAPE` is suboptimal

Ouverte

#217 ouverte le 22 déc. 2022

 (10 commentaires) (0 réaction) (0 personne assignée)Julia (19 forks)auto 404
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.

Guide contributeur