Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8091262

FilteredList possible optimizations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.0
    • javafx

      - use a tree instead of int mapping ( data change O(n*log(n)) -> O(log(n)), random access O(1)->O(log(n)) ).
      - bigger replacements can use only one data structure shift
      -

            Unassigned Unassigned
            msladecek Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Imported: