Uploaded image for project: 'yangtools'
  1. yangtools
  2. YANGTOOLS-950

Optimize DataNodeContainerModificationStrategy child tracking

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • 3.0.0, 2.0.17, 2.1.9
    • None
    • data-impl
    • None

      DataNodeContainerModificationStrategy is using a LoadingCache to lazily instantiate child strategies. This is memory-inefficient as well as slower on normal access, where the child has been instantiated.

      Rework tracking in terms of an ImmutableMap, which gets updated as needed.

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

              Created:
              Updated:
              Resolved: