Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 177 for localisty (0.17 sec)

  1. src/index/suffixarray/sais.go

    // the scans (specifically #6, #9, #16, #19, #22 marked above).
    // In real texts, there is not much but some locality to
    // the accesses, due to the repetitive structure of the text
    // (the same reason Burrows-Wheeler compression is so effective).
    // For random inputs, there is no locality, which makes those
    // accesses even more expensive, especially once the text
    // no longer fits in cache.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    description: 'Optional: only one of distribute, failover or failoverPriority can be set.' items: properties: from: description: Originating locality, '/' separated, e.g. type: string to: additionalProperties: type: integer description: Map of upstream localities to traffic distribution weights. type: object type: object type: array enabled: description: enable locality load balancing, this is DestinationRule-level and will override mesh wide settings in entirety. nullable: true type: boolean failover:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/common/deployment/echos.go

    	}
    
    	a := echo.Config{
    		Service:                 ASvc,
    		ServiceAccount:          true,
    		Ports:                   ports.All(),
    		Subsets:                 []echo.SubsetConfig{{}},
    		Locality:                "region.zone.subzone",
    		IncludeExtAuthz:         c.IncludeExtAuthz,
    		DisableAutomountSAToken: disableAutomountSAToken,
    	}
    
    	b := echo.Config{
    		Service:         BSvc,
    		ServiceAccount:  true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. pilot/pkg/xds/delta_test.go

    }
    
    func TestDeltaEDS(t *testing.T) {
    	s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{
    		ConfigString: mustReadFile(t, "tests/testdata/config/destination-rule-locality.yaml"),
    	})
    	addTestClientEndpoints(s.MemRegistry)
    	s.MemRegistry.AddHTTPService(edsIncSvc, edsIncVip, 8080)
    	s.MemRegistry.SetEndpoints(edsIncSvc, "",
    		newEndpointWithAccount("127.0.0.1", "hello-sa", "v1"))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/MultipleCandidateMatcher.java

     * The cells contain the values of the candidate for the given attribute. This table is packed into a single flat array in order to reduce memory usage and increase data locality.
     *
     * <p>The information which candidates are compatible and which candidates are still valid during disambiguation is kept in two {@link BitSet}s. The nth bit is set if the nth candidate
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  6. pkg/bootstrap/platform/gcp_test.go

    				tt.numericProjectIDFn, tt.locationFn, tt.clusterNameFn, tt.instanceNameFn, tt.instanceIDFn, tt.instanceTemplateFn, tt.instanceCreatedByFn
    
    			e := NewGCP()
    			got := e.Locality()
    			assert.Equal(t, got.Zone, tt.want["Zone"])
    			assert.Equal(t, got.Region, tt.want["Region"])
    		})
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 00:37:33 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  7. src/crypto/x509/x509_test.go

    		}, "CN=bar.com,O=Gopher Industries"},
    		{pkix.Name{
    			Locality: []string{"Gophertown"},
    			ExtraNames: []pkix.AttributeTypeAndValue{
    				{Type: asn1.ObjectIdentifier([]int{1, 2, 3, 4, 5}), Value: "golang.org"}},
    		}, "1.2.3.4.5=#130a676f6c616e672e6f7267,L=Gophertown"},
    		// If there are no ExtraNames, the Names are printed instead.
    		{pkix.Name{
    			Locality: []string{"Gophertown"},
    			Names: []pkix.AttributeTypeAndValue{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/stream_executor/stream_executor.h

    typedef struct SP_DeviceFns {
      size_t struct_size;
      void* ext;  // reserved for future use
    
      // [Optional]
      // Returns the NUMA node associated with this device, for use in
      // determining socket locality. If the NUMA node could not be determined, -1
      // is returned.
      // Negative values are treated as "unset".
      int32_t (*get_numa_node)(const SP_Device* device);
    
      // [Optional]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 24 08:40:35 UTC 2022
    - 21.6K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/README.md

    1. IPVS provides better scalability and performance for large clusters.
    
    2. IPVS supports more sophisticated load balancing algorithms than IPTABLES (least load, least connections, locality, weighted, etc.).
    
    3. IPVS supports server health checking and connection retries, etc.
    
    ### When IPVS falls back to IPTABLES
    IPVS proxier will employ IPTABLES in doing packet filtering, SNAT or masquerade.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/primitives/ImmutableDoubleArray.java

     * </ul>
     *
     * <p>Advantages compared to {@link com.google.common.collect.ImmutableList ImmutableList}{@code
     * <Double>}:
     *
     * <ul>
     *   <li>Improved memory compactness and locality.
     *   <li>Can be queried without allocating garbage.
     * </ul>
     *
     * <p>Disadvantages compared to {@code ImmutableList<Double>}:
     *
     * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 16:34:24 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top