This commit is contained in:
2025-03-10 00:31:31 +01:00
parent 2e2c94e897
commit 83d935930f
20 changed files with 330 additions and 1349 deletions

View File

@@ -19,6 +19,7 @@ mut:
}
// RadixTree represents a radix tree data structure
@[heap]
pub struct RadixTree {
mut:
db &ourdb.OurDB // Database for persistent storage