An open API service indexing awesome lists of open source software.

https://github.com/markchenyutian/b-plus-forest

B+ Forest - A bundle of B+ Trees. Including sequential, coarse-grain lock, fine-grain lock, latch-free (PALM), and distributed B+ Trees
https://github.com/markchenyutian/b-plus-forest

concurrency parallel

Last synced: 11 months ago
JSON representation

B+ Forest - A bundle of B+ Trees. Including sequential, coarse-grain lock, fine-grain lock, latch-free (PALM), and distributed B+ Trees

Awesome Lists containing this project

README

          

# 15-418-Final-Project
Lock free implementation of B+ tree in C++ for parallel accessing