Hi Rémi.

On 10/14/2009 06:51 PM, Rémi Forax wrote:
About a year ago or so we developed a fix to replace the components array with a collection in the Container class. The initial version of
did you try top use a CopyOnWriteArrayList as Collection ?
It's a thread safe collection which duplicate the array at each mutation.

The purpose of that fix was increasing the performance (see [1].) Tests has shown that the ArrayList best suits our needs.

[1] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6616323

--
best regards,
Anthony

Reply via email to