FilteredList possible optimizations

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: fx2.0
    • Component/s: 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
      -

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

              Created:
              Updated:
              Imported: