To compile Shredder:
- Run ./setup_v8.sh to fetch V8 code and compile V8. This takes about 2-3 hours.
- Run ./setup_seastar.sh to fetch Seastar code and compile Seastar. This takes about 1 hour.
- Run make
To run and test Shredder:
- Run "./shredder -c 16", in which 16 is the number of cores and can be modified.