Closed jnicklas closed 3 years ago
Latest commit: 0005c6fdcbf2ddfcbd961cb2727d60558d952176
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
See #1017
The result aggregator has pathologically bad performance, due to an inefficient algorithm. This rewrites the aggregator to use an internal map to look up who to dispatch a message to. This is much more efficient since the look up in the map should be in constant time.