Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 707 Bytes

ParallellisedSorter

A small experiment to make a hybrid (QuickSort and InsertionSort) sort algorithm that sorts an array in parallel, ie, in multiple threads.

Some Results

"I think they're called benchmarks"

Number Of Elements Time Taken
10 3ms
100 6ms
10,000 41ms
100,000 2s 455ms

Hardware Details

  • Processor :- Intel i3-6006U CPU @ 2.00 GHz
  • RAM :- 12GB -> Free: 11.9GB

Values are all generated randomly

Execution Speeds vary from device to device

Example Text Files are included here