Skip to content

Instantly share code, notes, and snippets.

@efzulian
efzulian / graphdb-simulator.cpp
Created February 2, 2018 16:49 — forked from apurvam/graphdb-simulator.cpp
A program which simulates the read and write behavior of LinkedIn's GraphDB
/* Instructions on compilation and execution
* =========================================
*
* Compile this program with pthreads:
*
* g++ -Wall -lpthread -o graphdb-simulator graphdb-simulator.cpp
*
* Before you run this program, you need to create the following
* directories:
*