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
test(string): bench scan/cut family — IndexAny/ContainsAny/ContainsRune/CutPrefix/CutSuffix (AX-11)
Hot string scan wrappers that lacked a benchmark while their siblings
(Index/Contains/Cut/TrimPrefix) were covered. IndexAny/ContainsAny are
O(n×m) charset scans; the _EarlyHit/_NoMatch pair documents the cost
shape. All zero-alloc on Apple M3 Ultra (NoMatch ~3.5x EarlyHit).
Co-Authored-By: Virgil <virgil@lethean.io>
0 commit comments