zmk-steno-engine/tools
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
..
alt_approaches.py Initial project: benchmarks, status doc, gitignore 2026-06-24 16:51:44 +08:00
compile_mphf.py True split-dict: partition dictionary across both halves 2026-07-02 14:27:37 +08:00
compile_simple.py Scaffolding: ZMK module structure, Kconfig, DTS, behavior driver 2026-07-02 02:04:28 +08:00
compression_benchmark.py Initial project: benchmarks, status doc, gitignore 2026-06-24 16:51:44 +08:00
dawg_fst_prototype.py Initial project: benchmarks, status doc, gitignore 2026-06-24 16:51:44 +08:00
dict_compiler.py Scaffolding: ZMK module structure, Kconfig, DTS, behavior driver 2026-07-02 02:04:28 +08:00
fetch_dict.py Scaffolding: ZMK module structure, Kconfig, DTS, behavior driver 2026-07-02 02:04:28 +08:00
requirements.txt Scaffolding: ZMK module structure, Kconfig, DTS, behavior driver 2026-07-02 02:04:28 +08:00
test_compiler.py Scaffolding: ZMK module structure, Kconfig, DTS, behavior driver 2026-07-02 02:04:28 +08:00