Skip to content
forked from rmind/masstree

Masstree -- lockless cache-aware trie of B+ trees

License

Notifications You must be signed in to change notification settings

nikezono/masstree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Masstree: lockless cache-aware tree

WORK IN PROGRESS

Masstree is a lockless cache-aware trie of B+ trees. This project provides an implementation written in C11, distributed under the 2-clause BSD license. Based on the design by Y. Mao, E. Kohler and R. Morris. Reference:

    https://pdos.csail.mit.edu/papers/masstree:eurosys12.pdf

Highlights:

  • Very competitive performance, especially with the long keys.
  • High concurrency using optimistic locking and lock-free techniques.
  • Cache-aware layout of the tree.

About

Masstree -- lockless cache-aware trie of B+ trees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • Makefile 2.9%
  • Shell 0.5%