Update README.md

This commit is contained in:
千住柱間 2026-05-14 14:57:29 +00:00
commit deb038790d

View file

@ -38,6 +38,10 @@ GtkWindow
└── Content (GtkScrolledWindow) [X]
└── GtkTextView / WebKitGTK (because mdict needs to be rendered by a html engine)
```
## next-gen architecture optmization
wazajisho developers are well versed when it comes to both ARM and RISC-V (the later being our focus) , we developed new insights into state reduction using custom mathematical structures that are the state-of-art of combining pure mathematical knowledge with our understanding of what a computer really represents in terms of state transition machines.
## planned features:
- be able to read mdict files from 7z archives
- anki replacement by using [this implementation](https://github.com/KonstantinDjairo/fsrs-hs) of the anki algorithm