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
What about we check each function's performance using benchmarks (you can see other benchmarks in our benchmark folder) and try with the more performant one? I think the first one is fine, it is not too complicated.
Hi, @raon0211
I would like to implement the
pullAllWith
method for issue #91.Would it be okay to implement it in the compat layer?
Suggestion
Option1 (Modify the array in-place using resultIndex)
Option2 (Create a new filtered array)
I expect Option1 to be more performant but slightly harder to read.
I'd love to hear your thoughts on which option would be more appropriate!
The text was updated successfully, but these errors were encountered: