1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 20:53:52 +00:00
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
..
2023-10-09 23:11:30 +02:00
2021-12-01 21:52:31 +01:00
2024-09-26 14:04:20 +02:00
2024-09-20 01:02:48 +02:00
2024-05-04 14:28:55 +02:00
2024-05-04 14:28:55 +02:00
2021-10-07 23:28:40 +02:00
2021-10-07 23:28:40 +02:00
2022-08-28 14:50:38 +02:00
2024-05-04 14:28:55 +02:00
2023-03-25 22:14:34 +01:00
2024-05-04 14:28:55 +02:00
2024-09-26 14:04:20 +02:00