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
Currently it goes throgh every element with A::filter(), then takes the first of that list, which is not optimal. The following functions depend on A::find() and expecting early exiting once data was found:
Currently it goes throgh every element with
A::filter()
, then takes the first of that list, which is not optimal. The following functions depend onA::find()
and expecting early exiting once data was found:It should be implemented similarly to how
A::findIndex()
is done.The text was updated successfully, but these errors were encountered: