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
..
2013-05-11 18:38:27 +02:00
2014-01-29 15:37:26 +01:00
2013-05-11 18:38:27 +02:00
2013-05-11 18:38:27 +02:00
2014-01-11 00:24:21 +01:00
2013-09-10 22:11:57 +02:00
2013-06-06 22:26:06 +02:00
2014-04-26 05:01:26 +02:00
2014-04-26 05:01:26 +02:00
2013-05-11 18:38:27 +02:00
2013-05-27 02:18:36 +02:00
2013-05-11 18:38:27 +02:00
2014-03-17 14:15:52 +01:00
2014-03-17 14:15:52 +01:00
2013-05-04 14:15:47 +02:00
2013-04-17 18:56:48 -04:00
2014-02-05 05:18:11 +01:00
2014-01-11 00:24:21 +01:00
2013-05-11 18:38:27 +02:00
2014-03-22 19:02:14 +01:00
2014-03-22 19:02:14 +01:00
2013-05-11 18:38:27 +02:00
2014-01-02 21:21:28 +01:00
2014-03-17 13:32:13 +01:00
2014-01-29 15:37:26 +01:00
2013-05-11 18:38:27 +02:00
2014-03-27 01:23:56 -04:00