Files
Bubberstation/code/__HELPERS/sorts
SkyratBot 843b19d1ad [MIRROR] Micros timSort slightly [MDB IGNORE] (#20701)
* Micros timSort slightly (#74889)

## About The Pull Request

Datum var reads are expensive, and sorting code does a lot of them.
let's work on that together, as a group.
There's maybe 250ms of sorting cost sitting in mostly global variable
work. I'd like to start chopping at that.

My tracy profiles aren't the most helpful, estimating this to save about
14% of timSort over the course of init, tho that's slightly noisy and
not the most reliable

## Why It's Good For The Game
speed

* Micros timSort slightly

---------

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2023-04-22 07:37:10 -07:00
..