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
However, I’m not sure if the Set-like behavior is desirable/necessary in a the basic merge algorithm. For fun, and to start facilitating API discussion, I put up a quick draft PR: #193
Activity
merge
algorithm for combining sorted sequences #193mdznr commentedon Dec 28, 2022
There seems to be a couple of (WIP?) PRs in this space:
#43
#184
However, I’m not sure if the
Set
-like behavior is desirable/necessary in a the basicmerge
algorithm. For fun, and to start facilitating API discussion, I put up a quick draft PR: #193