google / btree

BTree provides a simple, ordered, in-memory data structure for Go programs.
Apache License 2.0
3.93k stars 417 forks source link

is it b plus tree?? #53

Closed icetech233 closed 1 year ago

icetech233 commented 1 year ago

is it b+ tree??

gconnell commented 1 year ago

It's a btree. It stores data in internal nodes, not just in the leaves.