Closed
Description
Samuel Bratton opened SPR-17308 and commented
There's a slight but measurable performance hit due to sorting application listeners in AbstractApplicationEventMulticaster.java, even with as few as 2 listeners. The cost is incurred on every call to getApplicationListeners()when listeners are sorted (
Affects: 4.3.19, 5.0.9
Issue Links:
- Unnecessary sort in AbstractApplicationEventMulticaster [SPR-17307] #21840 Unnecessary sort in AbstractApplicationEventMulticaster ("duplicates")