Build the three-layer jlreq workspace and optimize layout pipelines - #33
Open
P4suta wants to merge 9 commits into
Open
Build the three-layer jlreq workspace and optimize layout pipelines#33P4suta wants to merge 9 commits into
P4suta wants to merge 9 commits into
Conversation
This was referenced Aug 28, 2026
Reuse shaping state and fallback decisions, index construct and query paths, extend prefix measurement to static constructs, generate constant-time spacing lookups, and split the large pipelines into focused modules. Add deterministic regression coverage and release median benchmarks while preserving the public API and conformance protocol.
P4suta
enabled auto-merge (squash)
August 29, 2026 01:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
no_std + alloccomposer injlreq-core, the draw-readyjlreqfacade, and the protocol-v1 conformance runnerOptimization evidence
A paired five-sample run against the unchanged previous head on the same machine observed:
The previous static-construct implementation did not finish two warmups plus one measurement within 120 seconds; the indexed implementation completed with a 69.6 ms five-sample median. Wall-clock values remain local evidence because later runs showed host-load variance. CI instead pins exact transition charging, the 10k-cluster search budget, and repeated-fallback shaping calls.
Local verification at d821b63
cargo test --workspace --all-targets --all-featuresno_stdthumbv7em, and wasmjlreq; Rust 1.85 for core, conformance, and xtaskgit diff --checkand a clean post-commit worktreeThe OCaml and Racket executables are not installed on the local Windows host; their independent conformance jobs remain part of GitHub CI.
Compatibility
jlreqandjlreq-coretypes, functions, errors, and feature structure are unchangedno_std + alloc, declared MSRVs, and protocol-v1 NDJSON limits are preservedPublication boundary
Merging this pull request performs no crate upload, tag, GitHub Release, or release workflow dispatch. The release workflow remains manual and protected.