Changes between Initial Version and Version 1 of Ticket #2475, comment 8


Ignore:
Timestamp:
Apr 7, 2014, 10:36:48 AM (10 years ago)
Author:
sanderd17

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2475, comment 8

    initial v1  
    1 IMO, we should use it if it improves performance. I'd also like to switch EntityCollections to use maps (Maps have a foreach function that's normally faster than regular for loops).
     1IMO, we should use it if it improves performance. I'd also like to switch EntityCollections to use maps or sets (Maps have a foreach function that's normally faster than regular for loops).
    22
    33I don't expect the specification to change a lot. Only the specification wrt special values as keys could change I think (s.a. NaN and -/+0). But if we stay away from those special values, the API should be rather stable. The performance of Maps might still change with extra features being added though.