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
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
This project could benefit from a suite of performance tests. Not sure what the best approach to this is; perhaps a good start would be to proxy unit tests to introduce instrumentation of tested functions. Not sure whether this is relevant or whether it's just pointless micro-benchmarking.
Particularly the notes on binding, call/apply, and inspecting functions looking for this to see whether binding is necessary. That last point is very relevant for #11.
The text was updated successfully, but these errors were encountered:
This project could benefit from a suite of performance tests. Not sure what the best approach to this is; perhaps a good start would be to proxy unit tests to introduce instrumentation of tested functions. Not sure whether this is relevant or whether it's just pointless micro-benchmarking.
Some good performance tips can be found in this screencast: https://vimeo.com/68085383
Particularly the notes on binding, call/apply, and inspecting functions looking for
this
to see whether binding is necessary. That last point is very relevant for #11.The text was updated successfully, but these errors were encountered: