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

reintroduce parallel sorting of table indices where it is safe to do so #1065

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

lwhite1
Copy link
Collaborator

@lwhite1 lwhite1 commented Mar 27, 2022

Thanks for contributing.

Description

The method IntArrays.parallelQuicksort() was used in place of IntArrays:sort(), when the comparator is not Compartor. Row is not thread safe as it's basically a cursor that slides over the table's rows, and not an actual materialized row.

Testing

Did you add a unit test?
No.

@lwhite1 lwhite1 merged commit 56aee22 into master Mar 27, 2022
@lwhite1 lwhite1 deleted the parallel-sort branch March 27, 2022 12:54
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.

1 participant