Skip to content

indradhanush/bplus-tree-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

B+ Tree

A B+ tree implementation in Zig.

Status

WIP

Goals

  • Cacheable
  • Persistent
  • Configurable to match disk page size
  • Thread safe for concurrent reads and writes
  • Optional sibling pointers for fast traversal of leaf nodes during read operations
  • Support data larger than page size (overflow)

Resources

About

[WIP] A B+ Tree implementation in Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages