mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-28 19:26:40 +00:00
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. |
||
|---|---|---|
| .. | ||
| bsatool | ||
| esmtool | ||
| launcher | ||
| mwiniimporter | ||
| opencs | ||
| openmw | ||
| openmw_test_suite | ||
| doc.hpp | ||