thefrontside / bigtest

Ensure your React/Vue/Ember/anything app works perfectly across browsers.
https://frontside.com/bigtest
99 stars 14 forks source link

Result aggregator rewrite #1023

Closed jnicklas closed 3 years ago

jnicklas commented 3 years ago

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.

changeset-bot[bot] commented 3 years ago

🦋 Changeset detected

Latest commit: 0005c6fdcbf2ddfcbd961cb2727d60558d952176

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | --------------- | ----- | | @bigtest/cli | Minor | | @bigtest/server | Minor | | bigtest | Patch |

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