BUG-509: use concurrent hash-trie Map 63/7363/5
authorRobert Varga <rovarga@cisco.com>
Fri, 23 May 2014 11:11:39 +0000 (13:11 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 29 May 2014 14:50:45 +0000 (16:50 +0200)
This patch switches to using concurrent hash-trie map for metadata
tracking. It has the nice feature of having O(1) concurrent snapshots,
which should give us better performance when dealing with large children
bases.

This is a trade-off, please refer to yangtools.util.MapAdaptor for
system properties which tune its behavior.

Change-Id: I2ddb81a1296cc17528a605eeaeda1f303560fb55
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found