Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for performance (0.09 sec)

  1. RenderDataUtil.java

    L33: if (value instanceof Entity) { L34: data.register(key, BeanUtil.copyBeanToNewMap(value)); L35: } else { L36: if (value instanceof final Collection<?> coll && !coll.isEmpty()) { L37: // care performance for List that the most frequent pattern L38: final Object first = coll instanceof List<?> ? ((List<?>) coll).get(0) : coll.iterator().next(); L39: if (first instanceof Entity) { L40: data.register(key,...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      1.7K bytes
Back to top