- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BenchmarkSplitNMultiByteSeparator (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/bytes/bytes_test.go
} } func BenchmarkSplitNSingleByteSeparator(b *testing.B) { sep := []byte("/") for i := 0; i < b.N; i++ { SplitN(benchInputHard, sep, 10) } } func BenchmarkSplitNMultiByteSeparator(b *testing.B) { sep := []byte("hello") for i := 0; i < b.N; i++ { SplitN(benchInputHard, sep, 10) } } func BenchmarkRepeat(b *testing.B) { for i := 0; i < b.N; i++ {
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)