Skip to content

parallelMap had one extra parallel execution then it should

Choose a tag to compare

@reconbot reconbot released this 27 Sep 05:04

A few things in this release but mostly #58

  • parallelMap no longer runs one extra mapping function at a time then it should
  • parallelMap can now run with a parallelism of 1 which would just use map() as it’s faster
  • buffer now takes 0 as an input which just returns the passed in iterable as it’s faster

commits

  • docs: spelling c6f8a30
  • chore(deps-dev): bump c8 from 7.2.1 to 7.3.1 (#56) da1e4be
  • chore(deps-dev): bump rollup from 2.23.0 to 2.28.2 (#57) 5f204c2
  • chore(deps-dev): bump mocha from 8.0.1 to 8.1.3 (#48) 073f0c1
  • chore(deps-dev): bump @types/mocha from 8.0.0 to 8.0.3 (#41) 22c096d
  • chore(deps-dev): bump tslint from 6.1.2 to 6.1.3 (#35) 7158232
  • docs: spelling on the readme (#59) b5f26e1
  • fix: parallelMap had one extra parallel execution then it should (#58) af26282
  • chore(deps-dev): bump @types/chai from 4.2.11 to 4.2.12 (#29) ab40210
  • chore(deps-dev): bump rollup from 2.21.0 to 2.23.0 (#28) 5e22e22
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 (#24) 7ad2be3
  • chore(deps-dev): bump @types/node from 14.0.24 to 14.0.27 (#32) b78a778
  • chore(deps-dev): bump typescript from 3.9.6 to 3.9.7 (#23) 39d3e7a
  • chore(deps-dev): bump @types/node from 14.0.23 to 14.0.24 (#26) 3459e06
  • chore(deps-dev): bump @microsoft/api-extractor from 7.8.15 to 7.9.2 (#17) bee9ebf
  • chore(deps-dev): bump c8 from 7.2.0 to 7.2.1 (#20) 2f9e99d
  • chore(deps-dev): bump @types/mocha from 7.0.2 to 8.0.0 (#21) c7518db
  • chore(deps-dev): bump @types/node from 14.0.19 to 14.0.23 (#22) d134cbf
  • chore(deps-dev): bump @types/node from 14.0.14 to 14.0.19 (#16) 3e8fc48
  • chore(deps-dev): bump rollup from 2.18.2 to 2.21.0 (#15) a890022

v5.0.2...v5.0.3