Recent Releases of https://github.com/biojulia/kwaymerges.jl
https://github.com/biojulia/kwaymerges.jl - v0.2.0
This change overhauls the API based on feedback of the original v0.1.0 release.
Breaking changes
- The public constructor for the
KWayMergeris now the newkway_mergefunction.KWayMergeris public, but unexported. - Instead of the
Fparameter (and argument to its constructor),kway_mergeuses the same ordering API as Base's sorting functions. KWayMerger{T}now iterates@NamedTuple{from_iter::Int, value::T}, to reduce the risk of users conflating the two elements of the tuple.
- Julia
Published by jakobnissen 11 months ago