- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for branching (0.07 seconds)
-
src/bytes/bytes.go
// The threshold of 8 bytes balances initialization cost against per-byte // search cost, performing well across all charset sizes. // // More complex heuristics (e.g., different thresholds per charset size) // add branching overhead that eats away any theoretical improvements. func shouldUseASCIISet(bufLen int) bool { return bufLen > 8 } // containsRune is a simplified version of strings.ContainsRune
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 12 17:56:55 GMT 2026 - 36.3K bytes - Click Count (0) -
RELEASE.md
are applied to ExtensionType values. * The `BatchableExtensionType` API can be used to define extension types that support APIs that make use of batching, such as `tf.data.Dataset` and `tf.map_fn`. * For more information, see the [Extension types guide](https://www.tensorflow.org/guide/extension_type). ## Bug Fixes and Other ChangesCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
CHANGELOG/CHANGELOG-1.35.md
- Implemented opportunistic batching (KEP-5598) to optimize scheduling for pods with identical scheduling requirements. ([#135231](https://github.com/kubernetes/kubernetes/pull/135231), [@bwsalmon](https://github.com/bwsalmon)) [SIG Node, Scheduling, Storage and Testing]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:20:49 GMT 2026 - 265.9K bytes - Click Count (0)