|
|
před 2 dny | |
|---|---|---|
| .. | ||
| LICENSE | před 2 dny | |
| README.md | před 2 dny | |
| btree.go | před 2 dny | |
| btree_generic.go | před 2 dny | |
This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure.
The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees.
See http://godoc.org/github.com/google/btree for documentation.