Better trie implementations

This commit is contained in:
2025-10-08 20:57:13 +02:00
parent 5f0f4aa96b
commit 582163d4be
26 changed files with 2482 additions and 122 deletions

View File

@@ -62,6 +62,7 @@ data {
storage {
type = "bolt"
path = "testdata/styx.bolt"
cache = 10
#type = "sqlite"
#path = "testdata/styx.db"
}