teeworlds
teeworlds copied to clipboard
Refactor CHuffman
Most notably, replace bubble sort with std::stable_sort for a 2x speedup of huffman tree construction. Reduces client startup time by around 1ms! 🚀🎉