willow-ahrens / Finch.jl

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

Multiple sparse hash outputs have collisions #579

Closed willow-ahrens closed 3 weeks ago

willow-ahrens commented 1 month ago

Writing to multiple sparse hash tables at the same time can produce incorrect results, as both writers may set the new position to be length(table) + 1.