BPlusTree.AtomicCounter
enum AtomicCounter[_: Eff]Sourcecase AtomicCounter(java.util.concurrent.atomic.LongAdder)A thread-safe counter producing Int32.
A LongAdder is used as AtomicInteger/AtomicLong appeared to perform
badly under high contention.