6 ms·
Easy. https://docs.rs/intrusive-collections https://docs.rs/intrusive-collections.
by afdbcreid 13d ago
Easy. https://docs.rs/intrusive-collections https://docs.rs/intrusive-collections.
- amelius 13d agoImporting a library does not count. (Besides, perhaps you can tell but I don't even know if the library uses safe Rust internally.)
- afdbcreid 11d agoInternally? No. Externally? Yes. That is the point.
- cryptonector 13d agoThe issue is that back-links in data structures are inherently difficult to handle a thread-safe way in mutators.
- afdbcreid 11d agoNot more than regular collections (unless you mean working on different parts with different threads, then it's still possible but harder, just like with regular collections).