Giter Site home page Giter Site logo

nrhi's Introduction

NRHI - Non-Rehashing Hash Index

NRHI is a hash index structure for persistent memory, which leverages layered structure of hash tables to perform resizing without rehashing and performs lock-free concurrency control over hashing operations to improve scalability. And this repo is the implementation of “NRHI - Non-Rehashing Hash Index for Persistent Memory”, in Proceedings of the 38th IEEE International Conference on Computer Design, (ICCD 2021).

Get Started

NRHI is a header-only library, and is implemented based on libpmemobj-cpp.

Basically,git clone https://github.com/lionelee/NRHI.git --recursive is all you need to get started. NRHI provides test files with YCSB benchmarks under tests/.

Build

Preliminaries

  • Configure Intel Persistent Memory under App Direct Mode. This document can be helpful.
  • Build libpmemobj-cpp: get into that directory and follow the instructions.

Build test binaries

$ mkdir build
$ cd build
$ cmake ..
$ make -j

Run Benchmark

Generate the workloads by running YCSB:

$ ./scripts/gen_workloads.sh

Then run the benchmarks:

$ ./scripts/run.sh

License

NRHI is licensed under SATA-License (The Star And Thank Author License, original link). The basic idea is, whenever using a project using SATA license, people should star/like/+1 that project and thank the author.

nrhi's People

Contributors

lionelee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.