Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/1851 @michaelandrepearce Yes agree :+1: I've performed a couple of benchs and that's what I'm getting (reusing this benchmark: ): ``` master: ConcurrentLongHashMapThroughput.randomGetPutRemove 50 100000 thrpt 60 26906004.642 ± 1014602.753 ops/s plain load size: ConcurrentLongHashMapThroughput.randomGetPutRemove 50 100000 thrpt 60 29136460.289 ± 604244.629 ops/s ``` IMO it worths to be pushed as a separate PR as you suggested
---