Tobias von Dewitz 6363b7d310 created v4 | 2 سال پیش | |
---|---|---|
.. | ||
.travis.yml | 5 سال پیش | |
LICENSE | 6 سال پیش | |
README.md | 6 سال پیش | |
btree.go | 2 سال پیش | |
go.mod | 2 سال پیش |
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.