B+ tree in pure Go.
Google Bing GitHub
Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.
An implementation of in-memory B+ tree in pure Go
Implementing bplustree base on disk(kv store).
a B+tree implementation for golang
C++ implementation of B+ Tree.
In-memory B+ tree implementation for Go.
A b+ tree, locality aware, so it's faster for ordered access
An in-memory B+ tree
A persistent storage (in file) based using B+ tree with byte-slice keys and values