MedoRedo / b-plus-tree

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%