Menu

#280 Improved performance for YIntervalSeriesCollection

open
nobody
None
5
2011-10-17
2011-06-01
Hyam Singer
No

I've added support for "batch updates" to YIntervalSeriesCollection that can *significantly* improve performance when making numerous changes to the collection (e.g., adding or removing a large number of series from the collection, etc.). Essentially, this feature inhibits the firing of dataset changed event between calls to beginBatchUpdate() and endBatchUpdate(). Attached is a version of YIntervalSeriesCollection.java with these changes included which I am offering as a contribution to a subsequent release.

Discussion

  • Hyam Singer

    Hyam Singer - 2011-06-01

    Modified version of YIntervalSeriesCollection that supports batch updates

     
  • David Gilbert

    David Gilbert - 2011-10-17
    • labels: 104897 -->
     
  • David Gilbert

    David Gilbert - 2011-10-17

    Thanks! I'm transferring this to the Patch tracker and hopefully it will be looked at soon.

     

Log in to post a comment.