Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrian17/cpp-drop-merge-sort

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

algorithm c-plus-plus

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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](images/integer_benchmark.png)
![Benchmark of comparing 100K std::string's](images/string_benchmark.png)