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
Housekeeper:
- Mark all five TASK-056 action items complete ([x]) in v2-deferred-backlog-plan.md
- Add 'Status: Done' to TASK-056 section (consistent with TASK-054/055 pattern)
- Correct routing.md -> route-table.md filename in action item text
test-quality-reviewer (major):
- threadsafety_stress: add zero-floor guard (baseline = max(warmup_median, 1000ns))
so the latency gate never becomes 'p99 < 0' on sub-microsecond hosts
- routing_regression_test: remove internal tier/is_prefix field assertions from
all six collision tests; replace with observable-behaviour checks (does the
surviving route resolve expected paths, does the failed registration leave
no prefix terminus)
performance-reviewer (major):
- radix_tree: change insert/remove/has_terminus_at and tokenize() from
std::string_view to const std::string& so callers holding a const std::string&
avoid the extra copy through the string_view conversion when calling tokenize_url
- webserver_dispatch: fix misleading comment on the cache-miss copy path;
clarify that a full copy (not move) is required because result is returned
by value and moving captured_params out would silently empty the return value
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments