The location of the root node is not cached in the nodeCache. So it had to be read for every read or write access. We are still using a lock when accessing the map. That makes it easy to cache the location.
The location of the root node is not cached in the nodeCache. So it had to be read for every read or write access. We are still using a lock when accessing the map. That makes it easy to cache the location.