Skip to content

1.5.3

Compare
Choose a tag to compare
@brondsem brondsem released this 28 Mar 15:11
· 44 commits to main since this release

Small optimizations:

  • cache compiled Regex patterns
  • running Webob.path (hasattr will execute a @property) is expensive, so don't
    check it. Tried using dir() instead, but its even slower overall
  • microoptimization: avoid tuple(sorted(.. when empty kwargs (common)