- Notifications
You must be signed in to change notification settings - Fork422
BTree provides a simple, ordered, in-memory data structure for Go programs.
License
NotificationsYou must be signed in to change notification settings
google/btree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This package provides an in-memory B-Tree implementation for Go, useful asan ordered, mutable data structure.
The API is based off of the wonderfulhttp://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree toact as a drop-in replacement for gollrb trees.
Seehttp://godoc.org/github.com/google/btree for documentation.
About
BTree provides a simple, ordered, in-memory data structure for Go programs.