docs: align strategy roadmap and policy counts with v0.5.1#38
Merged
Conversation
Mark Phase 1 items E-01 (SIEVE), E-02 (SIEVE-S), E-03 (AdaptiveClimb), E-05 (benchmark suite) as done. Record the true status of E-04 (shipped as EvictionPolicy enum + pick_victim match, not an open trait) and E-06 (AHE benchmark paper deferred to Beyond v0.8). Fix stale policy counts 13->16 and 10->16 across product-strategy.md, README.md, market-research.md, and configuration.md. Drop the misleading 'EvictionPolicy trait' claim from the v0.5.1 roadmap line and add AdaptiveClimb/AHE.
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
Aligns the strategy/roadmap docs with what actually shipped in v0.5.1, and
fixes stale eviction-policy counts that still said 10/13 instead of 16.
docs/design/product-strategy.md:(AdaptiveClimb), E-05 (benchmark suite).
EvictionPolicyenum +pick_victimmatch (not an open trait); re-scoped to Beyond v0.8.
ahe.md, empirical edge deferred (Pillar 3 "real by design, unproven").AHE row no longer claims a published paper.
README.md: v0.5.1 roadmap line drops the misleading "EvictionPolicy trait"claim and adds AdaptiveClimb/AHE;
--maxmemory-policysays 16 policies.docs/design/market-research.md&docs/guide/configuration.md: 10/13 → 16.Related
Tracking issue #37 (demonstrate AHE's TTL edge on the opt-in
ttlbenchmark)covers the remaining empirical follow-up for E-06.
Test plan
Doc-only change.
cargo fmt --check && cargo clippy --all-targets -- -D warnings && cargo test --all-targetsshould be unaffected.