Y
Hacker News
new
|
ask
|
show
|
jobs
by
BeeOnRope
1481 days ago
Are there instructions for building & reproducing the performance results?
1 comments
janwas
1480 days ago
I'd recommend building using Bazel (perhaps via the bazelisk launcher), then it would be: bazel run -c opt :bench_sort (or :bench_parallel). Will verify that on Tue and put it in a README in contrib/sort.
link