If the URI doesn't contain @ then there can't be a userinfo so completely ignore this part of parsing to improve performance
264 B
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