Skip to content

Commit e7575a8

Browse files
committed
Clarify README admission-gated roadmap
1 parent 4646593 commit e7575a8

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
instead of promising Tokio wrappers before dependency review.
5656
- Added `docs/ASYNC.md` to define the admission requirements for any future
5757
async/Tokio API while the `tokio` feature remains inert.
58+
- Clarified README planned-work wording so async wrappers are described as
59+
admission-gated rather than already scheduled functionality.
5860
- Updated security documentation for streaming wrapper buffer cleanup behavior.
5961
- Updated release evidence documentation for stream fuzzing and reserved SIMD
6062
feature-bundle checks.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ Implemented now:
3030
chunk-boundary behavior.
3131
- Local check scripts, release gate, dependency policy, audit config, CI, SBOM script, and reproducible build check.
3232

33-
Planned:
33+
Planned behind admission evidence:
3434

35-
- AVX2, AVX-512, and ARM NEON fast paths.
36-
- Async streaming wrappers.
37-
- Kani proof harnesses.
38-
- Criterion benchmarks against the established `base64` crate.
35+
- Admitted AVX2, AVX-512, and ARM NEON fast paths.
36+
- Async streaming wrappers only after the `tokio` feature passes the
37+
dependency and cancellation-safety admission bar in [docs/ASYNC.md](docs/ASYNC.md).
38+
- Expanded Kani proof harnesses.
39+
- Broader benchmark evidence against the established `base64` crate.
3940

4041
## Install
4142

0 commit comments

Comments
 (0)