Skip to content
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

Radix sort #205

Closed
wants to merge 1 commit into from
Closed

Conversation

floriankramer
Copy link
Member

This pr adds radixsort using a modified version of (kxsort)[https://github.com/voutcn/kxsort]. In the current implementation radix sort is only used for single column sorts on KB, LOCAL_VOCAB and VERBATIM columns.

@floriankramer
Copy link
Member Author

This also depends on the IdTables pr and should be merged after that.

@floriankramer floriankramer force-pushed the radix_sort branch 2 times, most recently from e11c3d2 to 469d92b Compare March 9, 2019 09:57
@ghost
Copy link

ghost commented Mar 15, 2019

DeepCode encountered a problem when analyzing this pull request. If you want to retry, create a comment on this pull request with content: "Retry Deepcode".

@niklas88
Copy link
Member

Retry Deepcode

@ghost
Copy link

ghost commented Mar 15, 2019

DeepCode analyzed this pull request.
There are no new issues.

@niklas88
Copy link
Member

Closing this as the measured performance differences aren't worth the effort. Also we still have the code.

@niklas88 niklas88 closed this Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants