cpp-drop-merge-sort icon indicating copy to clipboard operation
cpp-drop-merge-sort copied to clipboard

C++ reimplementation of https://github.com/emilk/drop-merge-sort

trafficstars

This is a reimplementation of drop-merge sort algorithm, originally seen on:

https://github.com/emilk/drop-merge-sort

Go there for details on the algorithm itself.

Benchmarks:

Benchmark of comparing 1M integers Benchmark of comparing 100K std::string's