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

FilteredList possible optimizations

    XMLWordPrintable

Details

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

    Description

      - 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
      -

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Imported: