[Enhancement] Research, Benchmark and Implement k
-ary trie types
#14
Labels
enhancement
New feature or request
k
-ary trie types
#14
Objective
The SMT currently is a binary trie. This issue aims to introduce the ability to customise the number of child nodes.
In doing so we will introduce new constants that are the optimum number of child nodes for different underlying databases, and add the ability to set the number of child nodes during the creation of an SMT.
The logic to determine the correct path bit should also be exposed and altered for supporting
k
number of children.Origin Document
github comment
Goals
k
-ary trees/triesDeliverable
k
-ary trie benchmarking suitek
children for an inner nodek
for different databasesk
values found for different databasesNon-goals / Non-deliverables
k
number of childrenGeneral issue deliverables
Testing Methodology
go test ...
go test ...
go test -v
Creator: @h5law
Co-Owners: @Olshansk
The text was updated successfully, but these errors were encountered: