...

Text file src/github.com/google/btree/README.md

Documentation: github.com/google/btree

     1# BTree implementation for Go
     2
     3This package provides an in-memory B-Tree implementation for Go, useful as
     4an ordered, mutable data structure.
     5
     6The API is based off of the wonderful
     7http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to
     8act as a drop-in replacement for gollrb trees.
     9
    10See http://godoc.org/github.com/google/btree for documentation.

View as plain text