Improve performance of Roster class
Description
Environment
None
Activity
Show:
Fixed
Details
Details
Assignee

Reporter

Components
Fix versions
Priority
Created December 22, 2007 at 11:04 PM
Updated December 27, 2007 at 11:55 PM
Resolved December 27, 2007 at 11:55 PM
The Roster class is using a CopyOnWriteArrayList, which is causing significant performance impacts, see:
http://www.igniterealtime.org/community/thread/30661
Suggestion is to switch to ConcurrentHashMap, which seems reasonable to me.