add radix tree benchmark
This commit is contained in:
parent
fe978c5b41
commit
a839d69c0e
2 changed files with 63 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// A purely functional Trie
|
||||
// https://en.wikipedia.org/wiki/Trie
|
||||
// A purely functional Radix Trie
|
||||
// https://en.wikipedia.org/wiki/Radix_tree
|
||||
|
||||
|
||||
export const emptyTrie = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue