phpBB
« Previous | Next » 

Revision 6796

Added by David M about 5 years ago

- quite a few optimizations to the template engine. bitwise arithmatic is used to check odd/even, usage of ref to the root template variables should reduce the number of hash lookups needed, usage of refs within loops should reduce the amount of hash lookups, incrementing vars were turned from class variables to regular variables, cache now uses preincrementing variables instead of postincrementing variables, some regex were optimized/trimmed
- a bug fix somewhere in there...

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences