Skip to content

C++ B-tree in memory template library

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

romz-pl/cpp-btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Coverage Status

  1. This is fork of the following project: https://code.google.com/archive/p/cpp-btree/

  2. This library is a C++ template library and, as such, there is no library to build and install. Copy the .h files and use them!

  3. See wiki of this project for more details.

  4. To build and run the provided tests, however, you will need to install CMake.

  5. The googletest and gflags libraries are added to this project in 3rdparty directory.

  6. Run bash script ./build-all.sh to compile and run all tests.