Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-551

Allow Binding/DOM lists to be populated lazily

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • 6.0.1
    • None
    • Binding runtime
    • None

      This is a counterpart to MDSAL-539 to deal with our eager instantiation of List entries in the DOM->Binding access path.

      There are two access patters – either we are looking for a particular entry, or all the nodes need to be processed. In the former case we may end up creating a lot of objects without them ever being touched. In the latter case we may end up performing a lot of upfront work before application logic gets a chance to run.

      Add a LazyBindingList implementation, which will instantiation CodecDataObjects on first access. These should be used for objects larger than a configurable cut-off point.

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: