8 ms·
The story is managable as long as we use local operations, like read/write a value. Once we need iterators (read "aggregate operations") life becomes tough. In
by gituliar 4y ago
The story is managable as long as we use local operations, like read/write a value. Once we need iterators (read "aggregate operations") life becomes tough. In this case only copy-on-write strategy seem to work, doesn't it ?
- jhgb 4y agoTransactional memory would presumably work...if someone bothered to implement it properly.