I am somehow addicted to research sort algorithms and now I want know what roblox uses. I am guessing its hybrid based on quick sort.
There was no information at developer site so I am just asking if anyone know about this stupid question.
I am somehow addicted to research sort algorithms and now I want know what roblox uses. I am guessing its hybrid based on quick sort.
There was no information at developer site so I am just asking if anyone know about this stupid question.
Hi! Though I’m not sure of the answer to your question, you might find this Stack Overflow thread informative: sorting - What algorithm does table.sort use? - Stack Overflow. There’s a link to the source code inside the first answer (the one that was marked as a solution) if you’d like to take a look at that.