Skip to content

jiaguofang/b-plus-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b-plus-tree

A Java implementation of B+ tree for key-value store.

More things need to be considered:

  1. Variable-length keys
  2. Search unidirectionally
  3. Allow duplicated keys
  4. Concurrency

About

A Java implementation of B+ tree for key-value store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages