mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 07:49:56 +00:00
1b8c975d5b
Checking for emptiness using size() might be inefficient, because it can take linear time, while empty() is guaranteed to take only constant time. For non-primitive types, postfix ++ operators are inefficient compared to prefix ++ operators, because post-increment usually involves keeping a copy of the previous value around. |
||
---|---|---|
.. | ||
audiere_decoder.cpp | ||
audiere_decoder.hpp | ||
ffmpeg_decoder.cpp | ||
ffmpeg_decoder.hpp | ||
mpgsnd_decoder.cpp | ||
mpgsnd_decoder.hpp | ||
openal_output.cpp | ||
openal_output.hpp | ||
sound.hpp | ||
sound_decoder.hpp | ||
sound_output.hpp | ||
soundmanagerimp.cpp | ||
soundmanagerimp.hpp |