Hi, On Tue, Aug 28, 2012 at 5:37 PM, Marcel Reutegger <[email protected]> wrote: > I'm wondering if locking is missing there or if it is even needed.
IIRC we didn't come to a final consensus on this yet, but IMO we shouldn't need to worry about thread-safety in TreeImpl and friends. Different threads should each use their own instances or alternatively explicitly synchronize access. BR, Jukka Zitting
