reth_trie

Module prefix_set

Source
Expand description

The implementation of a container for storing intermediate changes to a trie. The container indicates when the trie has been modified.

Structsยง

  • A sorted prefix set that has an immutable sorted list of unique keys.
  • A container for efficiently storing and checking for the presence of key prefixes.
  • Collection of trie prefix sets.
  • Collection of mutable prefix sets.