PairTree BTree implementation for Go This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. This is a fork of the google/btree package which uses tidwall/pair as items.