Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Run

From the project root:

mkdir build
cd build
cmake ..
make

To run with thread sanitiser

mkdir build
cd build
cmake -DENABLE_TSAN=ON -DCMAKE_CXX_COMPILER=clang++ ..
make

To run the TCP Server:

cd build
./mini_trader

To run the tests:

cd build/tests
./test_database

About

Building my own database using c++

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages