Skip to content

Releases: poolifier/poolifier-web-worker

v0.1.12

30 Dec 19:33
abd3064
Compare
Choose a tag to compare
v0.1.12 Pre-release
Pre-release

What's Changed

Changed

  • Reduce branching in several hot code paths.
  • Use faster object cloning implementation.

Full Changelog: v0.1.11...v0.1.12

v0.1.11

25 Dec 10:37
37345c5
Compare
Choose a tag to compare
v0.1.11 Pre-release
Pre-release

What's Changed

Fixed

  • Fix tasks redistribution triggers at pool destroying.
  • Fix code coverage related deno tasks.

Full Changelog: v0.1.10...v0.1.11

v0.1.10

24 Dec 13:36
9705a90
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release

What's Changed

Fixed

  • Avoid worker node cross tasks stealing.
  • Ensure only half the pool worker nodes can steal tasks.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

22 Dec 22:22
7b2e8b0
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

What's Changed

Changed

  • Readd ThreadPoolOptions TS type alias to PoolOptions.
  • Avoid useless branching on pool type.

Full Changelog: v0.1.8...v0.1.9

v0.1.8

21 Dec 11:57
e95d90d
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release

What's Changed

Fixed

  • Fix default worker weight computation.

Full Changelog: v0.1.7...v0.1.8

v0.1.7

21 Dec 09:43
44d7644
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

18 Dec 22:10
2796891
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

What's Changed

Fixed

  • Fix pool destroying with tasks queuing enabled.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

18 Dec 18:17
afd8ec3
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

What's Changed

Added

  • Add queued tasks end timeout support to worker node termination.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

18 Dec 10:18
67fc2a8
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

What's Changed

Fixed

  • Make more robust the fix for possible null exception at handling task
    execution response.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Dec 21:43
da2bc96
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

What's Changed

Fixed

  • Fix possible null exception at handling task execution response.

Full Changelog: v0.1.2...v0.1.3