Skip to content

Benchmarking the performance of different sorting algorithms implemented in Java

Notifications You must be signed in to change notification settings

haojinIntel/Benchmarking-Sorting-Algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking Sorting Algorithms

Benchmarking the performance of Arrays.sort() algorithms implemented in Java

You need to input 3 parameters: [Thread Number] [Iteration] [size per thread/MB];

Example: java -Xms512m -Xmx400g -jar Benchmarking-Sorting-Algorithms-1.0-SNAPSHOT.jar 96 10 512;

About

Benchmarking the performance of different sorting algorithms implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%