Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Motrix (0.16 sec)

  1. 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")},
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
Back to top