cpp-TimSort
cpp-TimSort copied to clipboard
A C++ implementation of timsort
First, sorry that this PR contains more than one thing. I have a few other changes I want to propose for timsort and I'll try to keep those in standalone...
I just realized that the namespace `gfx` has two million hits on GitHub alone: it is most likely a common abbreviation for "graphics" and it's used in big engines (it...
The project has been named&shamed on [*Are We Modules Yet?*](https://arewemodulesyet.org/), and adding modules support has been on my roadmap since I started working on the C++20 branch. I'm leaving this...