pub fn compare_implementations<X: HashDB<KeccakHasher, DBValue> + Eq>( data: Vec<(Vec<u8>, Vec<u8>)>, memdb: X, hashdb: X, )
Compare trie builder and in memory trie.