Description
π What did you see?
In the Parser.parse()
method, 30% to 50% of the elapse time is passed doing String
trimming in the StringUtils
class, see #351 (comment)
β What did you expect to see?
No doubt String
trimming is important, but it should not last that long.
π¦ Which tool/library version are you using?
OpenJDK21
gherkin 31.0.0 (the main branch)
π¬ How could we reproduce it?
See JMH benchmark code in #351 (comment)
π Any additional context?
Identified for #351
Activity