issues
search
edgee-cloud
/
edgee
The full-stack edge platform for your edge oriented applications.
https://www.edgee.cloud
Apache License 2.0
37
stars
6
forks
source link
perf: Improve strings handling
#117
Closed
KokaKiwi
closed
2 weeks ago
KokaKiwi
commented
3 weeks ago
Checklist
[x] I have read the
Contributor Guide
[x] I have read and agree to the
Code of Conduct
[x] I have added a description of my changes and why I'd like them included in the section below
Description of Changes
Replace
Regex
usage in SDK url handling by simple string manipulations
Replace multiple
Regex
instantiations in
Sec-CH-UA
HTTP header parser by a single "lazy static" instantiated on first-use only
Checklist
Description of Changes
Regex
usage in SDK url handling by simple string manipulationsRegex
instantiations inSec-CH-UA
HTTP header parser by a single "lazy static" instantiated on first-use only