orpiske opened a new pull request, #11304: URL: https://github.com/apache/camel/pull/11304
Preliminary work for consolidating the way we copy exchanges. More work will be done in the upcoming weeks, and this is kicking it off. As an added bonus, this brings a small, but measurable performance gain as it does less (duplicated) work: 4.1.0-SNAPSHOT ``` DirectConcurrentTest.directConcurrentTest avgt 15 9.457 ± 0.032 us/op ``` **4.0.0** ``` DirectConcurrentTest.directConcurrentTest avgt 15 11.018 ± 0.032 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