Expand description
Implements map related data structures.
Structsยง
- Batch
Block - A block in a batch, that contains the key, the value and the index of the block in the original full batch.
- Sharded
Map - A sharded hashmap implementation. The map is split across multiple partitions and each partition is a separate hashmap. Queries are resolved in batches, to not leak the number of queries that go to each partition.