tracy/manual
Bartosz Taudul 1c1faeff2d
Replace parallel STL with PPQSort.
PPQSort is supposedly quite fast: https://github.com/GabTux/PPQSort

More importantly, it does not depend on TBB fuckery, so there's no longer
a need to link with an external library that people may or may not have.

The NO_PARALLEL_STL option is out, as it was provided solely to deal with
TBB being not available. Sequential sorting is still used on emscripten.
2024-09-26 14:41:59 +02:00
..
icons Add mouse button icons. 2018-08-23 15:48:01 +02:00
images Recompress public facing PNG images. 2020-09-24 01:31:24 +02:00
techdoc.tex [doc] Minor documentation updates (#737) 2024-02-28 02:14:35 +01:00
tracy.bib Update manual. 2020-09-24 01:31:24 +02:00
tracy.tex Replace parallel STL with PPQSort. 2024-09-26 14:41:59 +02:00