Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adrian17/cpp-drop-merge-sort
- Owner: adrian17
- License: mit
- Created: 2016-12-29T18:44:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T18:11:45.000Z (almost 3 years ago)
- Last Synced: 2023-08-06T13:05:41.792Z (over 1 year ago)
- Topics: algorithm, c-plus-plus
- Language: C++
- Size: 109 KB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)