-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve EventListenerList Performance Bugzilla #255534
By separating the event listener types into individual lists and using a map the startup performance could be greatly reduced. It is for small number of EditParts (i.e., 2000) already twice as fast as the previous implementation. Furthermore iterating through the event listeners is simpler and most probably also faster. The work is based on the patch submitted by Iwan Birrer to the following Bugzilla entry: https://bugs.eclipse.org/bugs/show_bug.cgi?id=255534
- Loading branch information
Showing
1 changed file
with
19 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters