bd26915d014b0bcca44754a6a6bf165d2eaf2cdd
(not a performance issue; we don't queue up tons of messages. only use deque when you really need constant time access to the beginning, eg. for large objects, since deque has both memory overhead and is much slower than vector for access to the end of the list, since it can't reserve like vector can)
Languages
C++
85.7%
Lua
4.3%
C
4.3%
Rich Text Format
2.3%
CMake
1.1%
Other
2%