7 ms·
The issue is that back-links in data structures are inherently difficult to handle a thread-safe way in mutators.
by cryptonector 14d ago
The issue is that back-links in data structures are inherently difficult to handle a thread-safe way in mutators.
- afdbcreid 12d 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).