-
Notifications
You must be signed in to change notification settings - Fork 0
DICL/BoLT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BoLT : Barrier-optimized LSM-Tree BoLT is a variant of LSM-tree that minimizes the number of calls to fsync()/fdatasync() barriers while taking advantage of fine-grained SSTables. #LevelDBBoLT build cd LevelDBBoLT mkdir -p build && cd build cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build . #HyperLevelDBBoLT build cd HyperLevelDBBoLT mkdir -p build && cd build cmake -DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published