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
- Host: GitHub
- URL: https://github.com/fxamacker/bptree
- Owner: fxamacker
- Created: 2021-06-06T19:08:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T19:22:12.000Z (about 5 years ago)
- Last Synced: 2025-07-10T05:16:58.305Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.