Skip to content

Releases: klarna-incubator/iterator-erl

0.0.4

25 Oct 16:39
Compare
Choose a tag to compare
  • Add pv/3 function
  • Add unordered version of pmap

0.0.3

17 Sep 10:12
Compare
Choose a tag to compare

0.0.2

16 Sep 19:49
Compare
Choose a tag to compare
  • Add iterator_pmap:pmap/2, iterator_pmap:pmap/3 - parallel map on a pool of workers
  • Add iterator:foreach/2 - for side-effects
  • Add OTP-27 to CI

0.0.1

19 Dec 16:10
Compare
Choose a tag to compare

Initial release

  • Low-level APIs (new, next, close)
  • Pipeline APIs simulating functions of OTPs lists module
  • Builders like from_list, from_map etc
  • to_list