zmk-steno-engine/src
afiqzudinhadi 20218fa2ab True split-dict: partition dictionary across both halves
Importance-based partitioning — highest-importance entries on left
(central) for zero-latency local lookup, remainder on right
(peripheral) queried over BLE on miss. Both halves embed their own
MPHF binary. Configurable block size for tighter compression.
2026-07-02 14:27:37 +08:00
..
behavior_steno.c True split-dict: partition dictionary across both halves 2026-07-02 14:27:37 +08:00
dict_embed.S Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
dict_mphf.c True split-dict: partition dictionary across both halves 2026-07-02 14:27:37 +08:00
dict_mphf.h True split-dict: partition dictionary across both halves 2026-07-02 14:27:37 +08:00
formatter.c Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
formatter.h Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
output.c Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
output.h Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
split_cache.c Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
split_cache.h Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
split_dict.c True split-dict: partition dictionary across both halves 2026-07-02 14:27:37 +08:00
split_dict.h Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
trie.c Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
trie.h Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
undo.c Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00
undo.h Steno engine with BLE split-storage architecture 2026-07-02 02:06:37 +08:00