pgujjula / apply-merge

Lift a binary, non-decreasing function onto ordered lists and order the output
8 stars 1 forks source link

Add `mergeAll`-based version of `applyMerge` #10

Closed pgujjula closed 1 month ago

pgujjula commented 1 month ago

Implement applyMerge in terms of mergeAll from data-ordlist, to provide a point of comparison for benchmarking.