Hacker News new | ask | show | jobs
by janwas 1212 days ago
Thanks for sharing. I've posted bench_sort results in another thread. vqsort is about 1.8 times as fast for uniform random, a bit more of an advantage than your results here.

Note that there appears to be some bug because our benchmark's verification fails.

1 comments

(For completeness, the bug was only x86-simd-sort lacking support for reverse sort, which our benchmark tests for.)