Changes between Initial Version and Version 1 of Ticket #1707, comment 25


Ignore:
Timestamp:
Jul 20, 2013, 5:14:48 PM (11 years ago)
Author:
Jorma Rebane

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1707, comment 25

    initial v1  
    1 Added a true 'sparse' vector EntityMap based on mrf's EntityMap. I think we should start reusing entity id's, otherwise this might get a little bit too big..
     1Added a true 'sparse' vector EntityMap based on mrf's EntityMap. I wouldn't be concerned with the entity map getting too big. A reasonable optimization might be to use a memory pool for the mapped value. This would remove any fear of the entity vector growing too big (because even 100,000 * 8 bytes is still pretty small).
    22
    33At least it gave reasonable performance: