Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@nulian nulian released this 20 Oct 23:59
· 26 commits to master since this release

Improved performance in several sections.

  • For loop performance by changing lookups to arguments matching and Map.get instead of access lookups
  • Variable lookup performance for simple variable using instant lookup instead of protocols
  • Filter/Tag lookup performance by using predefined maps for instant lookup
  • Custom Filter/Tag performance by preloading them into the context instead of requesting them from app env everytime it's needed.