forked from nbronson/snaptree
-
Notifications
You must be signed in to change notification settings - Fork 2
pcmanus/snaptree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 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 ConcurrentSkipListMap, while also guaranteeing that clone() is an atomic (O(1)) operation and that iteration is consistent. http://ppl.stanford.edu/papers/ppopp207-bronson.pdf
About
Concurrent TreeMap w/ efficient support for clone() and consistent iteration
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%