pub fn compare_implementations_unordered<T, DB>(
data: Vec<(Vec<u8>, Vec<u8>)>,
memdb: DB,
hashdb: DB,
)
Expand description
compare_implementations_no_extension
for unordered input (trie_root does
ordering before running when trie_build expect correct ordering).