CTUAvastLab / Mill.jl

Build flexible hierarchical multi-instance learning models.
https://ctuavastlab.github.io/Mill.jl/stable/
MIT License
86 stars 8 forks source link

Enhancement: Make use of package extensions #125

Open simonmandlik opened 3 months ago

simonmandlik commented 3 months ago

Speed up load time of the package by using package extensions.

Candidates: SparseArrays, FillArrays, PooledArrays, Accessors

Bonus: do the same in JsonGrinder.jl.