Giga Sort – Sorting at 10X Faster Than C++ Parallel Sort
In my previous blog https://duvanenko.tech.blog/2020/02/03/faster-c-sorting/ I benchmarked standard C++ Sort algorithm on a single core at 11 Million 32-bit integers per second. Parallel C++ Sort runs at 93 Million integers per second on a 48-core Xeon CPU on AWS. I also benchmarked Parallel Merge Sort on the same machine, which reaches over 600 Million integers […]
Read more "Giga Sort – Sorting at 10X Faster Than C++ Parallel Sort"