/btree

A btree implement in Go to learn

Primary LanguageGo

btree

A btree implement in Go. This project is mainly used to learn the data structure btree. tidwall/btree or google/btree would be a better choice if you need use btree in production env.