JuliaDynamics/ComplexityMeasures.jl

Performance of `AAPE` is suboptimal

Open

#217 opened on Dec 22, 2022

 (10 comments) (0 reactions) (0 assignees)Julia (19 forks)auto 404
good first issuelow priorityperformance

Repository metrics

Stars
 (79 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide