1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00
Thoronador 1b8c975d5b minor performance improvements in apps/openmw
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.
2014-04-27 19:10:23 +02:00
..
2014-04-20 08:31:02 +10:00
2014-04-20 08:31:02 +10:00
2014-01-12 22:47:22 +01:00
WIP
2014-02-05 16:12:50 +01:00
2014-04-04 08:10:35 -04:00
2012-10-09 17:10:25 +02:00
2014-02-01 18:16:32 +01:00
2014-01-20 13:11:29 +01:00
2014-04-18 16:45:31 +10:00
2014-04-18 15:19:22 +10:00
2014-04-20 08:31:02 +10:00
2013-03-23 08:16:46 +01:00
2013-05-19 23:19:48 +02:00
2014-02-16 15:51:45 +01:00