rondagostino commented on PR #13280: URL: https://github.com/apache/kafka/pull/13280#issuecomment-1445517695
I removed Paguro in favor of [Vavr](https://github.com/vavr-io/vavr). The PR size would have been much larger without the addition of the `Vavr{Set,Map}AsJava` classes that wrap the Vavr maps and sets as their unmodifiable `java.util` equivalents. I've updated the PR description to show the Vavr benchmark numbers alongside the Paguro ones. They are comparable, though the `topicIdInfo` benchmark shows the several extra nanoseconds it takes to instantiate the wrapper class for the var implementation. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org