Module sharded_map

Module sharded_map 

Source
Expand description

Implements map related data structures.

Structsยง

BatchBlock
A block in a batch, that contains the key, the value and the index of the block in the original full batch.
ShardedMap
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.