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
On my opinion, all performance related improvements should be verified using performance tests. Right now, there's a simple performance tests for running a somewhat complicated bacon.js setup in node.js (see #56 ). I guess we should be running perf tests in different browsers to see what the effect of this kind of changes would be to actual users.
Is it suitable to use the native map, filter, forEach, indexOf functions
in _.map, _.filter, _.each, _.contains
if browsers support these features?
The text was updated successfully, but these errors were encountered: