/scal

High-performance multicore-scalable data structures and benchmarks

Primary LanguageC++OtherNOASSERTION

How to Compile

Use python3 compile.py

How to Run

Use python3 run.py

Requirements

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