You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eventSourceDetector would basically combine the isMatch functions from all the sources in one function, which isn't quite so nice to maintain but would have reasonable cold-start time improvements. require caching is very efficient, so we can rely on that for the lazy-loading.
As this is an optimisation, we need to know whether the change actually has any useful impact on cold-start times before merging any changes.
The text was updated successfully, but these errors were encountered:
This is a Feature Proposal
Description
The implementation could look something like this:
eventSourceDetector would basically combine the isMatch functions from all the sources in one function, which isn't quite so nice to maintain but would have reasonable cold-start time improvements. require caching is very efficient, so we can rely on that for the lazy-loading.
As this is an optimisation, we need to know whether the change actually has any useful impact on cold-start times before merging any changes.
The text was updated successfully, but these errors were encountered: