mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
a2f0ef8817
Route labels classify ASCII digits and hexadecimal UUID bytes. Scan those bytes directly while preserving numeric precedence, Unicode names and invalid UTF-8 handling. This reduces the shared normaliser overhead exposed by paired landing benchmarks without changing the benchmark gate. Refs #1928 Contract-Neutral: ASCII route-label optimization preserves label values, identifier precedence, Unicode and invalid UTF-8 behavior, and agent lifecycle authority.