You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to use partr for multi-threading, so that multi-threaded Blosc becomes composable with other Julia multi-threaded code. We might be able to do something similar to FFTW/fftw3#175
The text was updated successfully, but these errors were encountered:
Should Blosc.jl be threadsafe right now if I do Blosc.set_num_threads(1)?
I've been having some deadlock issues, and I can't quite find out why but Blosc might be a candidate. Finding it hard to whittle down a MWE though.
Would be nice to use partr for multi-threading, so that multi-threaded Blosc becomes composable with other Julia multi-threaded code. We might be able to do something similar to FFTW/fftw3#175
The text was updated successfully, but these errors were encountered: