Commit 10d161b
RG manifest: widen eligibility to vocab-term covers (regions, bboxes)
`include` lists on rides-v5 are always vocab terms (`s:` passthrough or
`vocabCover` translation), and vocab-pyramid avail covers are exact-match
terms too — so the per-token manifest predicates are valid for every
shape, not just `s:`-key covers. Measured region covers are ≤16 tokens
(NYC = 16 vocab cells, 0 station keys), inside the 45-token predicate
cap; dim-filtered rides queries and avail excludes keep the legacy
guarded path. Verified byte-equal to the footer path on all three region
± covers (rides) and a mixed cells+`s:` cover (avail-v6), 1.4-3.2×
faster cold.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5007530 commit 10d161b
2 files changed
Lines changed: 21 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
603 | 612 | | |
604 | 613 | | |
605 | | - | |
| 614 | + | |
606 | 615 | | |
607 | 616 | | |
608 | 617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
752 | 755 | | |
753 | 756 | | |
754 | 757 | | |
| |||
0 commit comments