Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 23s (0.04 sec)

  1. pkg/kube/inject/testdata/inject/format-duration.yaml.injected

              valueFrom:
                resourceFieldRef:
                  divisor: "0"
                  resource: limits.cpu
            - name: PROXY_CONFIG
              value: |
                {"drainDuration":"23s"}
            - name: ISTIO_META_POD_PORTS
              value: |-
                [
                    {"name":"http","containerPort":80}
                ]
            - name: ISTIO_META_APP_CONTAINERS
              value: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. src/index/suffixarray/sais.go

    // takes 0.44s, while on 50 MB of random input, it takes 2.55s.
    // Nearly all the relative slowdown is explained by the text access:
    //
    //		c0, c1 := text[k-1], text[k]
    //
    // That line runs for 0.23s on the Go text and 2.02s on random text.
    
    //go:generate go run gen.go
    
    package suffixarray
    
    // text_32 returns the suffix array for the input text.
    // It requires that len(text) fit in an int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top