Use python3 compile.py
Use python3 run.py
- Implement your queue in
src/datastructures/hackathonq_cpp.h
- K should be configurable (use macro)
- The size of the queue is 8 MB, with each entry 8 bytes.
- We have data validation and K validation in final benchmark (not in this repo)