TuringLang / ParetoSmooth.jl

An implementation of PSIS algorithms in Julia.
http://turinglang.org/ParetoSmooth.jl/
MIT License
19 stars 12 forks source link

Switch AxisKeys to DimensionalData.jl #61

Open ParadaCarleton opened 2 years ago

ParadaCarleton commented 2 years ago

DimensionalData.jl takes ~.15s to load in Julia 1.7, relative to the ~1.5s taken by AxisKeys; switching should cut out most of the compilation time for ParetoSmooth.jl.