You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- lookup_v2: move canonical path into cache_key to avoid second alloc;
reuse key.path for all tier probes.
- route_cache::find_by_view: promote via bucket iterator directly,
removing a redundant map_.find() on every cache hit.
- classify_route_tier: compile regexes with std::regex::nosubs since
match-only is needed (capture groups were never consumed).
- bench_route_lookup: hoist the cache-hit query path to a static so
the timed region measures the lookup, not std::string construction.
- v2_dispatch_contract_test: replace fixed 50 ms sleep with
wait_for_server_ready helper; add is_prefix assertion on the 405
method-mismatch path; cover this gap explicitly.
- route_table_test: add cache_find_by_view_promotes_to_front to pin
LRU promotion semantics of find_by_view.
- webserver_impl.hpp: refresh the lookup_v2 doc-comment now that it
is the sole dispatch-path resolver post-step-3 (the prior NOTE
described the pre-cutover shadow-table state).
Also capture the iter1 unworked-review-issues report under
specs/unworked_review_issues/.
0 commit comments