On a large application, there are problems with the performance of createListenerCollection. <img width="1914" alt="Screen Shot 2019-11-06 at 18 13 44" src="https://user-images.githubusercontent.com/13157694/68459466-8f018900-0216-11ea-8e2a-e5dca8003a23.png"> https://github.com/reduxjs/react-redux/pull/1450 I tried to solve this problem using a map, but this led to the wrong order of selector calls. Any ideas on how to improve performance?