Y
Hacker News
new
|
ask
|
show
|
jobs
by
mgaunard
11 days ago
Aren't there several bitonic sort network implementations that are vectorized, Intel's in particular?
Why not compare against that?
2 comments
jeffbee
11 days ago
Great question. It would also be fair to ask how this behaves with non-random inputs. The benchmarks in the repo only use random values.
link
mswphd
11 days ago
Funny: you can cf "sorting network", and see they use them within their own design even.
link