Skip to content

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