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
- Host: GitHub
- URL: https://github.com/markchenyutian/b-plus-forest
- Owner: MarkChenYutian
- Created: 2023-11-07T19:32:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T01:38:35.000Z (about 2 years ago)
- Last Synced: 2025-03-28T01:46:07.569Z (12 months ago)
- Topics: concurrency, parallel
- Language: C++
- Homepage: https://markchenyutian.github.io/B-plus-Forest/
- Size: 11.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 15-418-Final-Project
Lock free implementation of B+ tree in C++ for parallel accessing