willow-ahrens / Finch.jl

Sparse tensors in Julia and more! Datastructure-driven array programing language.
http://willowahrens.io/Finch.jl/
MIT License
157 stars 15 forks source link

Add a loop ordering heuristic to the Compute interface. #468

Closed willow-ahrens closed 3 months ago

willow-ahrens commented 5 months ago

@kylebd99 suggests sorting indices by the number of occurences, which I agree with.