Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Source code for DPTree: Differential Indexing for Persistent Memory

License

Notifications You must be signed in to change notification settings

zxjcarrot/DPTree-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

DPTree-code

Source code of the VLDB 2020 paper: DPTree: Differential Indexing for Persistent Memory

Building

DPTree depends on a few libraries:

  • tcmalloc
  • stx-btree
  • Intel's TBB library

To install the dependencies on Ubuntu 18.04, run following commands:

sudo apt install stx-btree-dev
sudo apt install libgoogle-perftools-dev
sudo apt install libbtbb-dev

Once the dependencies are installed, you can compile the tests and benchmarks using:

mkdir build
cd build
cmake ..
make -j 10

This produces dptree and concur_dptree executables for benchmarks under the build directory. Checkout the source code of test/dptree.cxx or test/concur_dptree.cxx on how to use them.

About

Source code for DPTree: Differential Indexing for Persistent Memory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /