Skip to content
/ llrb Public
forked from mars9/llrb

Package llrb implements an immutable Left-Leaning Red-Black (LLRB) balanced binary search tree.

License

Notifications You must be signed in to change notification settings

azmodb/llrb

 
 

Repository files navigation

LLRB GoDoc Build Status

Package llrb implements an immutable Left-Leaning Red-Black tree as described by Robert Sedgewick. More details relating to the implementation are available at the following locations:

The immutable version of the llrb tree is obviously going to be slower than the mutable version but should offer higher read availability. Immutability is achieved by branch copying.

About

Package llrb implements an immutable Left-Leaning Red-Black (LLRB) balanced binary search tree.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%