Files
uri/CHANGELOG.md
Gareth Pendleton 869c5cf06c perf: Don't parse for userinfo if not necessary
If the URI doesn't contain @ then there can't be a userinfo so
completely ignore this part of parsing to improve performance
2025-09-14 22:14:49 +01:00

264 B

Changelog

v1.0.0

  • Initial Release

v2.0.0

  • Removed types.Uri. Now gluri uses the stdlib Uri type (and empty)

v2.0.1

  • Improved parsing performance significantly and reduced memory usage up to 50%
  • Significantly improved IPV4 parsing performance