orpiske opened a new pull request, #11141: URL: https://github.com/apache/camel/pull/11141
Avoid the overhead of creating multiple String objects by lower casing on the fly Camel 4.0.0 ``` Benchmark Mode Cnt Score Error Units StringHelperTest.testCamelCaseToDashNegative avgt 10 0.112 ± 0.001 us/op StringHelperTest.testCamelCaseToDashPositive avgt 10 0.236 ± 0.001 us/op ``` Camel 4.1.0-SNAPSHOT ``` Benchmark Mode Cnt Score Error Units StringHelperTest.testCamelCaseToDashNegative avgt 10 0.111 ± 0.001 us/op StringHelperTest.testCamelCaseToDashPositive avgt 10 0.177 ± 0.001 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