JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Fix performance regression by updating findfirst calls for 0.7 #137

Closed iamed2 closed 6 years ago

iamed2 commented 6 years ago

Fixes #136

On v0.7

Before: 214.838 μs (210 allocations: 24.53 KiB) After: 24.563 ns (1 allocation: 16 bytes)

On v0.6

Before: 49.175 ns (1 allocation: 16 bytes) After: 42.095 ns (3 allocations: 48 bytes)