- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for NoTrim (0.03 seconds)
-
src/bytes/bytes_test.go
FieldsFunc(data, unicode.IsSpace) } }) } }) } } func BenchmarkTrimSpace(b *testing.B) { tests := []struct { name string input []byte }{ {"NoTrim", []byte("typical")}, {"ASCII", []byte(" foo bar ")}, {"SomeNonASCII", []byte(" \u2000\t\r\n x\t\t\r\r\ny\n \u3000 ")}, {"JustNonASCII", []byte("\u2000\u2000\u2000☺☺☺☺\u3000\u3000\u3000")}, }
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 23 23:54:14 GMT 2025 - 62.9K bytes - Click Count (0)