add radix tree benchmark

This commit is contained in:
Joeri Exelmans 2025-05-10 10:45:27 +02:00
parent fe978c5b41
commit a839d69c0e
2 changed files with 63 additions and 23 deletions

View file

@ -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 = {