Sorting in AS is very limited and having to implement my own quicksort is not great. This feels like a fairly high prio thing to fix. Normally, I would implement the sorting method in cpp and leave it at that, but forcing the project to AS only of course blocks me from using that strategy. See sorting files for more details.