- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BenchmarkSplitAfterSeqEmptySeparator (0.16 seconds)
-
src/bytes/iter_test.go
} } } func BenchmarkSplitSeqMultiByteSeparator(b *testing.B) { sep := []byte("hello") for range b.N { for range SplitSeq(benchInputHard, sep) { } } } func BenchmarkSplitAfterSeqEmptySeparator(b *testing.B) { for range b.N { for range SplitAfterSeq(benchInputHard, nil) { } } } func BenchmarkSplitAfterSeqSingleByteSeparator(b *testing.B) { sep := []byte("/") for range b.N {
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 06 02:08:23 GMT 2025 - 1.1K bytes - Click Count (0)