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

replace parallelQuickSort with mergeSort to fix issue #957. #968

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Conversation

lwhite1
Copy link
Collaborator

@lwhite1 lwhite1 commented Aug 12, 2021

Parallel quick sort fails because Table Row is not thread safe.

Thanks for contributing.

Description

One line change replacing one FastUtil sort algorithm with another

Testing

Did you add a unit test? No.

Parallel quick sort fails because Table Row is not thread safe.
@lwhite1 lwhite1 merged commit b4aae17 into master Aug 12, 2021
@lwhite1 lwhite1 deleted the 957 branch August 12, 2021 15:43
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