compare_implementations_unordered

Function compare_implementations_unordered 

Source
pub fn compare_implementations_unordered<T, DB>(
    data: Vec<(Vec<u8>, Vec<u8>)>,
    memdb: DB,
    hashdb: DB,
)
where T: TrieLayout, DB: HashDB<T::Hash, DBValue> + Eq,
Expand description

compare_implementations_no_extension for unordered input (trie_root does ordering before running when trie_build expect correct ordering).