scala-uri is a small Scala library that helps you work with URIs. This project micro benchmarks the library using scala meter
Running these benchmarks requires:
- Java 7
- Scala 2.10
Performance tests can be run by running the ./benchmarks
script in the project root. The HTML reports are generated in results/parsing/report/index.html
and results/rendering/report/index.html
.
scala-uri
0.4.x upgrades from parboiled to parboiled2 which gives 2x to 3x faster parsing times.