Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for usesFastPath (0.04 seconds)

  1. android/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
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top