Skip to content

v0.4.36

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 01:04

Transducers v0.4.36

Diff since v0.4.35

Closed issues:

  • Improve foldl performance on Interators.Filter (#306)
  • Don't spawn any tasks in reduce if basesize > length(itr) (#307)

Merged pull requests:

  • Make mapreduce(..., withprogress(...)) etc. work without transducers (#72) (@tkf)
  • Fix single-thread overhead of reduce (#309) (@tkf)
  • Re-transform reducing functions and iterators (#310) (@tkf)