vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Reduce heavy atomic operations on RoutingContextImplBase

Open franz1981 opened this issue 3 months ago • 1 comments

I see that 0cd7eca06ef17e09a8c87221d9b9f08d353614f7 from @tsegismont has introduced updaters, but I still don't understand why is using such heavy weight atomic operations there.

Given that is a pretty hot path for quarkus, it would be great to use different ones. Sending a PR soon, for evaluation

franz1981 avatar May 05 '24 13:05 franz1981