lemonlabsuk / scala-uri

Simple scala library for building and parsing URIs
Other
305 stars 34 forks source link

Ensure 4.0.0 has comparable performance to 3.5.0 #354

Closed theon closed 2 years ago

theon commented 3 years ago

Run https://github.com/lemonlabsuk/scala-uri-benchmarks against scala-uri 4.0.0-M2 and 3.5.0

Parsing performance is possibly slower now with the move from parboiled2 to cats-parse. If so, try to get performance as close to 3.5.0 as possible.

theon commented 2 years ago

Finally got round to running the parsing benchmarks for 4.0.0-M3, and they look to be the same ballpark as 3.6.0 from the tests I have run so happy to close this: https://lemonlabs.io/scala-uri-benchmarks/ https://github.com/lemonlabsuk/scala-uri-benchmarks