Fixed a bug in update() function
[libcds.git] / readme.md
index 612a30870b348a6282b376b8f2502ec47cf4dce4..e3cc0b06334fa5781646653e730915f54f96d625 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -96,6 +96,9 @@ References
 *Tree*\r
   - *EllenBinTree*: [2010] F.Ellen, P.Fatourou, E.Ruppert, F.van Breugel "Non-blocking Binary Search Tree"\r
         [pdf](http://www.cs.vu.nl/~tcs/cm/faith.pdf)\r
+  - *BronsonAVLTreeMap* - lock-based fine-grained AVL-tree implementation: \r
+        [2010] Nathan Bronson, Jared Casper, Hassan Chafi, Kunle Olukotun "A Practical Concurrent Binary Search Tree"\r
+        [pdf](https://ppl.stanford.edu/papers/ppopp207-bronson.pdf)\r
 \r
 *SMR*\r
   - Hazard Pointers\r