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
in RequestWorker, at least, I noticed that there are a lot of de-novo constructions of Parser objects. these are expensive, because they compile javascript every time they are created.
could probably get a significant performance boost if these were compiled globally and reused.
The text was updated successfully, but these errors were encountered:
in RequestWorker, at least, I noticed that there are a lot of de-novo constructions of Parser objects. these are expensive, because they compile javascript every time they are created.
could probably get a significant performance boost if these were compiled globally and reused.
The text was updated successfully, but these errors were encountered: