[libcxx-commits] [libcxx] [libc++] Implement P0718R2: `atomic<shared_ptr<T>>` (PR #78317)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 26 10:07:33 PST 2024


ldionne wrote:

I would be OK with using this implementation strategy as a stepping stone for a lockfree implementation, which would require making this experimental. I agree with @huixie90 that we need to implement this in a lockfree way, and my understanding is that this requires more research cause there is no efficient and publicly available implementation that works on all platforms.

https://github.com/llvm/llvm-project/pull/78317


More information about the libcxx-commits mailing list