Skip to content

mdysn/key-val-store

Repository files navigation

Development Environment

Development is done using a Docker container, make sure Docker is installed before following these steps.

  1. Run docker build -t database .
  2. Run docker run -it -v $(pwd):/workspace database /bin/bash

To run benchmarking & profiling scripts:

  1. After the repository is built in the Docker container, go to build/samples.
  2. For profiling, run python3 -m memray run profiling.py, then run the command that the console outputs. This will then give you a .html file that you can view.
  3. For specific timing graphs in seaborn, run python3 bench.py.

About

Key-value store for Python and C++ (work in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors