An open API service indexing awesome lists of open source software.

https://github.com/fxamacker/bptree

Fast and reliable b+tree and b*tree optimized for in-memory data
https://github.com/fxamacker/bptree

Last synced: 5 months ago
JSON representation

Fast and reliable b+tree and b*tree optimized for in-memory data

Awesome Lists containing this project

README

          

# bptree

Fast and reliable b+tree and b\*tree optimized for in-memory data.

For node sizes of 1024 bytes and higher, just use regular b+tree or b\*tree.

For node sizes of 64 bytes to 512 bytes, use the modern b\*tree optimized for in-memory data.