Struct ethcore_util::trie::standardmap::StandardMap [] [src]

pub struct StandardMap {
    pub alphabet: Alphabet,
    pub min_key: usize,
    pub journal_key: usize,
    pub value_mode: ValueMode,
    pub count: usize,
}

Standard test map for profiling tries.

Fields

The alphabet to use for keys.

Minimum size of key.

Delta size of key.

Mode of value generation.

Number of keys.

Methods

impl StandardMap
[src]

Create the standard map (set of keys and values) for the object's fields.

Create the standard map (set of keys and values) for the object's fields, using the given seed.