Project

General

Profile

« Previous | Next » 

Revision 196b53b0

Added by skyjake over 11 years ago

Optimize: O(1) index lookup of map elements in a list

There was a big performance bottleneck with MapElementList, where
indexOf() was being used to look up indices in O(n) time.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences