- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BenchmarkIndexPeriodic (0.37 sec)
-
src/bytes/bytes_test.go
} }) } } } func BenchmarkTrimByte(b *testing.B) { x := []byte(" the quick brown fox ") for i := 0; i < b.N; i++ { Trim(x, " ") } } func BenchmarkIndexPeriodic(b *testing.B) { key := []byte{1, 1} for _, skip := range [...]int{2, 4, 8, 16, 32, 64} { b.Run(fmt.Sprintf("IndexPeriodic%d", skip), func(b *testing.B) { buf := make([]byte, 1<<16)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 28 18:13:58 UTC 2025 - 62.9K bytes - Viewed (0)