From: Robert Varga Date: Thu, 28 Mar 2019 11:46:34 +0000 (+0100) Subject: Add ReusableNormalizedNodePruner X-Git-Tag: release/neon-sr1~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=dd022cfb43e89f3f8c18c872ae2a7e55f11350cc;hp=dd022cfb43e89f3f8c18c872ae2a7e55f11350cc;p=controller.git Add ReusableNormalizedNodePruner This version of NormalizedNodePruner is reusable across invocations, and improving CPU and memory efficiency in bulk operations due to not needing to allocate stack nor lookup DataSchemaContextTree. JIRA: CONTROLLER-1887 Change-Id: I1798f5f6255cd23702bf3792c1f4f5149f92d208 Signed-off-by: Robert Varga (cherry picked from commit 7bef3c9e3f411d3e4abdb5ff43a618537cc9c936) ---