orpiske opened a new pull request, #10204: URL: https://github.com/apache/camel/pull/10204
On my test machine, the throughput for a test that resolves the URI every single time (as is usual) increased by about 30k exchanges/sec (~3% improvement). In a test machine, I see the following with JMH: Baseline: ``` Benchmark Mode Cnt Score Error Units URISupportTest.normalizeFastUri ss 20 71344.492 ± 1473.562 us/op URISupportTest.normalizeFastUriWithRAW ss 20 106508.881 ± 5621.090 us/op ``` This patch: ``` Benchmark Mode Cnt Score Error Units URISupportTest.normalizeFastUri ss 20 61024.779 ± 2892.150 us/op URISupportTest.normalizeFastUriWithRAW ss 20 96992.700 ± 6245.092 us/op ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org