willow-ahrens / Finch.jl

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

Multidimensional RLE #435

Closed willow-ahrens closed 6 months ago

willow-ahrens commented 6 months ago

Ideally, we should be able to write DenseRLE(Element(0.0)) and SparseRLE(Element(0.0)), but also DenseRLE(Dense(0.0))

willow-ahrens commented 6 months ago

This is done