JuliaSparse / SparseArrays.jl

SparseArrays.jl is a Julia stdlib
https://sparsearrays.juliasparse.org/
Other
90 stars 52 forks source link

Thread-safe dropstored! #518

Open BooBSD opened 7 months ago

BooBSD commented 7 months ago

Hello,

Is it possible to implement thread-safe version of dropstored!?

I got AssertionError: _goodbuffers(S) in multi-thread environment using dropstored!.

Thank you.

rayegun commented 7 months ago

Can you provide an MWE or the full stack trace?

I'm not sure I really understand what thread safe dropstored! would entail in