pgujjula / apply-merge

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

Benchmark performance with strictness annotations in `applyMerge` data structures #4

Open pgujjula opened 1 month ago

pgujjula commented 1 month ago

Try adding strictness annotations to the Frontier and Node data structures used in the applyMerge implementations and see if it improves performance.