BUG-4803: optimize unordered cache 82/31782/3
authorRobert Varga <rovarga@cisco.com>
Tue, 22 Dec 2015 15:21:31 +0000 (16:21 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 4 Jan 2016 10:49:33 +0000 (10:49 +0000)
commit6ba98a2fab390cafe7a98e466189ea8df09cdeb9
tree649ace7ee0030f31df2a92f49e94e362f4deb591
parent24d06767f3a0ead8152a745fb05eda1d4a37ba77
BUG-4803: optimize unordered cache

This patch side-steps the need to perform kopu operations when the
offsets are already constructed. It also optimizes the number of
ImmutableSet instances present in the system.

Change-Id: I8a9b42e053d88c85bf5e75eb5a58da9bd08ce6d0
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/OffsetMapCache.java