Skip to content

Commit

Permalink
2D object loading optimizations:
Browse files Browse the repository at this point in the history
*) Keep the 2d object cache sorted and use binary search to locate objects.
*) Don't use get_string_occurance() and friends to locate fields in the 2d definition. Instead parse the definition contents and process fields we recognise.
*) Keep track of where to insert the next 2d object, instead of looping through the entire list for every new object.
  • Loading branch information
Gé Vissers committed Jun 14, 2011
1 parent 2ef9b4e commit 18c4d23
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 38 deletions.
Loading

0 comments on commit 18c4d23

Please sign in to comment.