FrequencyTrackingRingBuffer
A ring buffer that tracks the frequency of the integers that it contains. This is typically useful to track the hash codes of popular recently-used items.
This data-structure requires 22 bytes per entry on average (between 16 and 28).