Module solana_runtime::rolling_bit_field
source · Expand description
functionally similar to a hashset Relies on there being a sliding window of key values. The key values continue to increase. Old key values are removed from the lesser values and do not accumulate.