Research

Status dashboard for the platform. This page does not invent throughput, accuracy, or latency numbers. Published numeric benches must come from measured dold bench / Criterion runs on a named host.

no fake metrics CLI-measured only

Component maturity

Aligned with the repository README status table — qualitative, not scored.

Component Maturity Notes
DSK/1 codec + .dsk Stable prototype Primary encode/decode path; golden vectors in CI.
DSK/2 semantics Experimental Typed modules in progress; not a frozen wire format.
MGE glyph engine Candidate MGE/2 zones, fingerprints, GRE — still evolving.
DVE vision Experimental Structural pipeline in Rust; browser demos use structural maps.
Forge Experimental Alphabet / optimization research — not a product UI.
WASM bindings Beta / in progress Preferred foreign bridge; site JS codec is demo-aligned.
CLI (dold) Beta Lab entrypoint: encode, inspect, vision, bench, font.
Lens / Black Page Shipping in site/ Local-first demos with evidence panels.

How to measure

Run benches locally or in CI, then paste Criterion / CLI output into release notes. Do not copy invented figures onto this page.

cargo install --path crates/doldskrift-cli

# Vision structural benches (measured on your machine)
dold bench vision --samples 32

# Host microbenches (Criterion), when configured for the workspace
cargo bench -p doldskrift

# Suggested Criterion targets (fill from real runs only)
# - encode / decode: 1KB, 100KB, 1MB, 100MB
# - stream throughput
# - container parse
# - mapping generation
# - glyph generation
CLI guide: docs/guides/cli.md · Reference: docs/reference/cli.md · Whitepaper evaluation section: research/doldskrift-whitepaper.md (marked “to be filled from reproducible runs”).
Try Lens Technology Docs