Indev450 / SRB2Kart-Saturn

GNU General Public License v2.0
24 stars 9 forks source link

Faster sorting Algorithm replacement for qsort #118

Closed alufolie91 closed 6 months ago

alufolie91 commented 6 months ago

since https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2253 breaks alot of things and barely even helped with performance this replaces the standard qsort function with an optimized one courtesy of https://github.com/raygard/qsort_dev this improved performance on some heavy maps alot during testing havent had a single issue at all and sorting seems to be correct