Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!Conclusion & Future work • My implementation is here: https://github.com/DanielLiamAnderson/atomic_shared_ptr • Still a proof-of-concept / prototype state • Need to implement atomic• Need 0 码力 | 45 页 | 5.12 MB | 6 月前3
C++20: An (Almost) Complete Overviewtemplateclass concurrent_stack { struct Node { T t; shared_ptr next; }; atomic_shared_ptr head; // in C++11: remove "atomic_" and use special // functions every time you touch 0 码力 | 85 页 | 512.18 KB | 6 月前3
共 2 条
- 1













