/topk

Primary LanguageC++

Top k elements

Compile

cmake -GNinja -DCMAKE_BUILD_TYPE=Release -S . -B build
ninja -C build/

Run example

./build/topk

Run benchmark

./build/bench