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
fasterer 0.10.0 reports Array#select.first is slower than Array#detect..
However, this is only true when Enumerable#first takes no argument; here we want the first 5 matching elements and detect does not support that functionality.
I suggest that this detector only fires when first is passed no argument
The text was updated successfully, but these errors were encountered:
With this example code:
fasterer 0.10.0
reportsArray#select.first is slower than Array#detect.
.However, this is only true when
Enumerable#first
takes no argument; here we want the first 5 matching elements and detect does not support that functionality.I suggest that this detector only fires when
first
is passed no argumentThe text was updated successfully, but these errors were encountered: