Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Braden (0.14 sec)

  1. android/guava/src/com/google/common/primitives/ImmutableDoubleArray.java

      // it doesn't escape this class
      @SuppressWarnings("Immutable")
      private final double[] array;
    
      /*
       * TODO(kevinb): evaluate the trade-offs of going bimorphic to save these two fields from most
       * instances. Note that the instances that would get smaller are the right set to care about
       * optimizing, because the rest have the option of calling `trimmed`.
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri May 12 16:34:24 GMT 2023
    - 19.6K bytes
    - Viewed (0)
Back to top