- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for usesFastPath (0.04 sec)
-
guava/src/com/google/common/hash/LittleEndianByteArray.java
* slower than those implementations but faster than the pure-Java mask-and-shift. */ static boolean usingFastPath() { return byteArray.usesFastPath(); } /** * Common interface for retrieving a 64-bit long from a little-endian byte array. * * <p>This abstraction allows us to use single-instruction load and put when available, or fall
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 12.3K bytes - Viewed (0)