In-memory, bounded-size queue data structure that aims at minimizing garbage collection overhead (especially latency)
'com.fasterxml.util:low-gc-memq:0.6.1'
<dependency>
<groupId>com.fasterxml.util</groupId>
<artifactId>low-gc-memq</artifactId>
<version>0.6.1</version>
</dependency>
<dependency org="com.fasterxml.util" name="low-gc-memq" rev="0.6.1"/>
"com.fasterxml.util", "low-gc-memq", "0.6.1"