1.5.3
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)