
8 Feb
2013
8 Feb
'13
4:50 p.m.
It is as thread-safe as necessary. The reference counter is atomic. It's all well documented on github <https://github.com/ralphtandetzky/cow_ptr>. You can find all the thread-safety guarantees there. Thread-safety is documented at the bottom of the long comment preceeding the cow_ptr class. On 02/08/2013 05:33 PM, Alexey Tkachenko wrote:
Intersting. Is it thread safe?
On 8 Feb, 2013, at 11:16 PM, Ralph Tandetzky <ralph.tandetzky@googlemail.com> wrote:
Hi,
is there any interest in a copy-on-write pointer implementation? [...]