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

Multithreaded Quick Sort #1

Merged
merged 1 commit into from
May 22, 2021
Merged

Multithreaded Quick Sort #1

merged 1 commit into from
May 22, 2021

Conversation

surajsbmn
Copy link
Collaborator

Quick Sort implemented using Generics and Multithreading

@sathishmepco
Copy link
Owner

The idea of applying multi-threading in sorting is good. I have personally executed the code, it runs perfectly. Maybe we can compare the execution time default sorting method.

@surajsbmn
Copy link
Collaborator Author

Yeah, having a comparison is good, but doing micro benchmarks does not yield accurate timings in java because of the compiler optimizations. However comparable difference can be seen provided the data set is large. Might try generating large random data and see the results.

@surajsbmn surajsbmn merged commit bcd06e5 into master May 22, 2021
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.

2 participants