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
In my use-cases I often found myself requiring a logarithmic reduce that applies LogN operations on a collection, instead of N-1 operations.
What do you think? Is this a worthy addition?