Changes between Initial Version and Version 1 of Ticket #2179, comment 12


Ignore:
Timestamp:
Nov 18, 2013, 9:00:58 AM (10 years ago)
Author:
fabio

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2179, comment 12

    initial v1  
    1 I've now tested with 200 units (Huge combat demo map). The timings fluctuate a bit, but typical averages are
     1I've now tested with 200 units (Huge combat demo map). The timings fluctuate a bit, but typical averages are:
     2* svn  38 ms/frame   or 90 ms/turn
     3* selectioncache patch    34 ms/frame  or  80 ms/turn
     4* extendedEntityState patch   21 ms/frame  or 54 ms/turn
    25
    3 svn  38 ms/frame   or 90 ms/turn
    4 selectioncache patch    34 ms/frame  or  80 ms/turn
    5 extendedEntityState patch   21 ms/frame  or 54 ms/turn
    6 
    7 The two patchs are completely independant, so that the gain should be additive
     6The two patchs are completely independant, so that the gain should be additive.