risingwave_storage::memory

Module batched_iter

source

Structsยง

  • A utility struct for iterating over a range of keys in a locked BTreeMap, which will batch some records to make a trade-off between the copying overhead and the times of acquiring the lock.