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 42 forks source link

Annotate indexing with propagate_inbounds #78

Closed mbauman closed 7 years ago

mbauman commented 7 years ago

Also add a checkindex method to allow specialization for AxisArrays that wrap specialized structures (like Ranges or RangeArrays).

This has a surprisingly large performance gain in some cases.