Skip to content

yliu634/smash

Repository files navigation

Smash

git clone https://github.com/yliu634/Smash.git

cd Smash ; mkdir release ; cd release ; cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G "CodeBlocks - Unix Makefiles" .. ; make -j8

cd Smash ; mkdir debug ; cd debug ; cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G "CodeBlocks - Unix Makefiles" .. ; make -j8

About

Smash: Flexible, Fast, and Resource-efficient Placement and Lookup of Distributed Storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors