Skip to content

v2.0.0

Right now the important constants are global. These are
MaxPrefixPerNode and MaxChildrenPerSparseNode. It makes sense, though,
and it's a much better practice, to put this config into each trie
instance separately so that people can create tries behaving differently
without using any global state.
Assets 2