Function tetsy_reference_trie::compare_implementations_no_extension[][src]

pub fn compare_implementations_no_extension(
    data: Vec<(Vec<u8>, Vec<u8>)>,
    memdb: impl HashDB<KeccakHasher, DBValue>,
    hashdb: impl HashDB<KeccakHasher, DBValue>
)

Compare trie builder and in memory trie. This uses the variant without extension nodes.