cpp-TimSort icon indicating copy to clipboard operation
cpp-TimSort copied to clipboard

A C++ implementation of timsort

Results 3 cpp-TimSort issues
Sort by recently updated
recently updated
newest added

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...

design

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...

enhancement