Btree Save

BTree provides a simple, ordered, in-memory data structure for Go programs.

Project README

BTree implementation for Go

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.

Open Source Agenda is not affiliated with "Btree" Project. README Source: google/btree
Stars
3,775
Open Issues
11
Last Commit
5 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating