0%

Concurrent KDTree with Snapshots, implemented in Java. This article is about some details in implementation.

Read more »

RDCSS是Harris提出的一种实现double compare single swap方法,使用了single word compare and swap来实现。

Read more »

使用了mark标记结点的方式,解决了single word cas无法同时操作multi-word的问题,同时使用外部树减少了操作影响到的结点的数目,还有就是Excellent tutorial about helping mechanism!

Read more »

RCU is a synchronization mechanism, which is widely used in the Linux kernel.

Read more »