Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for benchmarkLastIndexHard (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/bytes/bytes_test.go

    }
    
    func BenchmarkLastIndexHard1(b *testing.B) { benchmarkLastIndexHard(b, []byte("<>")) }
    func BenchmarkLastIndexHard2(b *testing.B) { benchmarkLastIndexHard(b, []byte("</pre>")) }
    func BenchmarkLastIndexHard3(b *testing.B) { benchmarkLastIndexHard(b, []byte("<b>hello world</b>")) }
    
    func BenchmarkCountHard1(b *testing.B) { benchmarkCountHard(b, []byte("<>")) }
    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)
Back to Top