chunk tree first impl

This commit is contained in:
BlackMATov
2024-11-23 06:17:47 +07:00
parent c901e29c2f
commit 10aaeb69b8
5 changed files with 667 additions and 11 deletions

7
ROADMAP.md Normal file
View File

@@ -0,0 +1,7 @@
# Roadmap
## Backlog
- cache matched chunks in queries
- cache transitions between chunks
- chunk's children should be sorted by id and stored in an array instead of a table