Thread safe in what way? If you’re looking for a dictionary which is thread safe for parallel insertions and deletions you won’t find it in Dictionaries.jl for the same reason it’s not in Base — the overhead would be too high for single threaded use (see also Can dicts be threadsafe? - #6 by StefanKarpinski)
c42f
9
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Performance of Dictionaries.jl vs Base.Dict | 32 | 3596 | December 13, 2024 | |
| [ANN] Dictionaries.jl 0.3.0 - now using ordered collections by default | 5 | 1431 | June 13, 2021 | |
| Dictionaries.jl token API | 5 | 1077 | December 31, 2022 | |
| [ANN] DictionaryIndexing.jl | 14 | 1016 | April 16, 2021 | |
| Poor time performance on Dict? | 26 | 19445 | March 12, 2018 |