Thread Safe Data Structures

Julia Collections’ Thread Safe data structures is marked as deprecated. What options do we currently have for thread safe structures? Rust for example, has Crossbeam

2 Likes

I am searching, too…

You could do it by yourself using locks, but I expected a library for ready-to-use thread-safe datastructures somewhere.

Not deprecated, it was archieved before getting out of experimental
I got busy, and at the time i was working on it julia didn’t have the right operations implemented to make making them easy.

1 Like