Navigation Menu

Skip to content

Releases: mcollina/fastparallel

v2.4.1

19 Oct 15:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

20 Aug 13:13
Compare
Choose a tag to compare

maintainance release

v2.3.0

23 May 17:16
Compare
Choose a tag to compare
  • Correct results when processing an array

v2.2.0

23 Nov 17:47
Compare
Choose a tag to compare
  • Optimize for null context, avoid call.

v2.1.0

20 Nov 09:32
Compare
Choose a tag to compare
  • Support empty functions when running different functions in parallel.

v2.0.1

02 Oct 09:59
Compare
Choose a tag to compare
  • Typos in the README by #5 by @geek.
  • Added benchmarking of other libraries by @geek.

v2.0.0

28 Sep 05:43
Compare
Choose a tag to compare
  • Support for ordered results

v1.7.1

21 Sep 07:46
Compare
Choose a tag to compare
  • Call released even with sync functions and no results.

v1.7.0

13 Sep 08:10
Compare
Choose a tag to compare

v1.6.1

21 Jul 09:04
Compare
Choose a tag to compare
  • Correctly forwards all errors, even the ones happening not in last function called