-
-
Couldn't load subscription status.
- Fork 69
Adds support for AVX2 for 32-bit types for quicksort and quickselect #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bb03f6f to
58a4c08
Compare
663af1d to
f59b885
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed only changes in the common qsort file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you @sterrettm2!
This patch adds support for AVX2 for 32-bit data types (int32_t, uint32_t, float) for quicksort and quickselect. It also includes benchmarks and tests for these. Below is a comparison of the performance: