vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 535 forks source link

Adding new methods to manage the path params map #2645

Open franz1981 opened 2 months ago

franz1981 commented 2 months ago

I've fallen into this while working on improving allocations for Quarkus:

And, at the same time, most of the time, the path params are just 1 or 2; meaning that the allocated map doesn't need to have an initial capacity that big.

franz1981 commented 2 months ago

PTAL @vietj as well

tsegismont commented 1 month ago

The failure looked unrelated, I've restarted the job