Module bustools::merger

source ·
Expand description

An iterator that merges mutliple sorted iterators by item

Structs§

  • A faster version of the MultiIteratorSlow, working around the performance issue of using hashmaps (each emission generates hashmaps which is expensive).
  • Iterator the merges mulitple sorted iterators by item