/lfbtree

An thread safe B+ Tree implementation.

Primary LanguageC++Apache License 2.0Apache-2.0

lfbtree

A concurrent B+ tree implementation based on Optimized Lock Coupling.

  1. Features
  • Thread safe operations: insert/lookup/scan/remove
  • Epoch based reclaimation. (ongoing)