> copy on write has the advantage when it comes to iterating over the list.
Only a real advantage when there would be many threads/ many reads, and adding is more expensive with this list. I would be surprised if this list gives a better performance. But we can benchmark it. Another disadvantage is that the Iterator of that list doesn't allow remove. Eelco ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
