Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Examples of such optimisations are:

  • Each Action could have it's own list so as to eliminate the lookup and method invocation on Entries that will never succeed.
  • Each Entity could also have a list of entries attached to it that would allow quicker evaluation of the entries based on those that pertain to the given Entity
  • Both of these optimisations can be applied to allow a much shorter list of Actions to be retrieved for a given Entity.