Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbronson committed Dec 13, 2010
1 parent d093c3c commit 87a7c71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
This repository contains the reference implementation of SnapTree,
a concurrent AVL tree with fast cloning, snapshots, and consistent
iteration. It is described in the paper "A Practical Concurrent Binary
Search Tree", by concurrent AVL tree with fast cloning, based on the
algorithm of N. Bronson, J. Casper, H. Chafi, and K. Olukotun, published
in PPoPP'10.
Search Tree", by N. Bronson, J. Casper, H. Chafi, and K. Olukotun,
published in PPoPP'10.

There are a variety of maps here. SnapTreeMap is by far the
most well tested and robust. It passes all of the unit tests for
Expand Down

0 comments on commit 87a7c71

Please sign in to comment.