Skip to content

Instantly share code, notes, and snippets.

@gaowanlong
gaowanlong / graphdb-simulator.cpp
Created November 23, 2015 01:58 — 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:
*