2 matches across 1 files for TODO lang:Go path:src/bytes/bytes.go path:src/bytes/bytes.go lang:Go
snippet_mode: auto · sorted by relevance
src/bytes/bytes.go GO 2 matches view file →
788
789// isSeparator reports whether the rune could mark a word boundary.
790// TODO: update when package unicode captures more of the properties.
791func isSeparator(r rune) bool {
792 // ASCII alphanumerics and underscore are not separators
· · ·
1389 // Experiments (using IndexPeriodic) suggest
1390 // the cutover is about 16 byte skips.
1391 // TODO: if large prefixes of sep are matching
1392 // we should cutover at even larger average skips,
1393 // because Equal becomes that much more expensive.
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.