Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 339 Bytes

File metadata and controls

11 lines (9 loc) · 339 Bytes

In-Memory-Key-Value-Storage

An optimized In-Memory Key-Value Storage Software built in C++

How to run the code

git clone https://github.com/sshreevignesh/In-Memory-Key-Value-Storage.git
cd In-Memory-Key-Value-Storage/
g++ benchmark.cpp

For more info about the implementation, head over to Report.pdf