perf: optimize a pool type test
[poolifier.git] / CHANGELOG.md
CommitLineData
522eea03 1# Changelog
2
3All notable changes to this project will be documented in this file.
4
d4abc60a 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
522eea03 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
45a5a54c
JB
8## [Unreleased]
9
9cd39dd4
JB
10### Changed
11
12- Optimize worker choice strategy for dynamic pool.
13
965415bb
JB
14### Fixed
15
16- Ensure dynamic pool does not alter worker choice strategy expected behavior.
17
d8b60b1c
JB
18## [2.4.0] - 2023-04-04
19
c6bd2650
JB
20### Added
21
22- Add `LESS_BUSY` worker choice strategy.
23
24### Changed
25
26- Optimize worker storage in pool.
27- Optimize worker alive status check.
28- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
29- Optimize `LESS_USED` worker choice strategy.
30- Update benchmarks versus external threads pools.
31- Optimize tasks usage statistics requirements for worker choice strategy.
32
33### Fixed
34
35- Ensure trimmable characters are checked at pool initialization.
36- Fix message id integer overflow.
37- Fix pool worker removal in worker choice strategy internals.
38- Fix package publication with pnpm.
39
d0a3f018
JB
40## [2.4.0-3] - 2023-04-04
41
b2ede285
JB
42### Added
43
44- Add `LESS_BUSY` worker choice strategy.
45
46### Changed
47
48- Optimize worker storage in pool.
49- Optimize worker alive status check.
50- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
51- Optimize `LESS_USED` worker choice strategy.
52- Update benchmarks versus external threads pools.
53
54### Fixed
55
56- Ensure trimmable characters are checked at pool initialization.
57- Fix message id integer overflow.
58- Fix pool worker removal in worker choice strategy internals.
59- Fix package publication with pnpm.
60
a015ea40
JB
61## [2.4.0-2] - 2023-04-03
62
698f4bbc
JB
63### Added
64
65- Add `LESS_BUSY` worker choice strategy.
66
67### Changed
68
69- Optimize worker storage in pool.
70- Optimize worker alive status check.
71- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
72- Optimize `LESS_USED` worker choice strategy.
73
74### Fixed
75
76- Ensure trimmable characters are checked at pool initialization.
77- Fix message id integer overflow.
78- Fix pool worker removal in worker choice strategy internals.
79- Fix package publication with pnpm.
80
8fe15920
JB
81## [2.4.0-1] - 2023-04-03
82
5b301c28
JB
83### Added
84
85- Add `LESS_BUSY` worker choice strategy.
86
87### Changed
88
89- Optimize worker storage in pool.
90- Optimize worker alive status check.
91- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
92- Optimize `LESS_USED` worker choice strategy.
93
94### Fixed
95
96- Ensure trimmable characters are checked at pool initialization.
97- Fix message id integer overflow.
98- Fix pool worker removal in worker choice strategy internals.
99
2fb9ca9c
JB
100## [2.4.0-0] - 2023-04-03
101
168c526f
JB
102### Added
103
104- Add `LESS_BUSY` worker choice strategy.
105
1d71a908
JB
106### Changed
107
ffcbbad8 108- Optimize worker storage in pool.
1d71a908 109- Optimize worker alive status check.
65a60b3b 110- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
737c6d97 111- Optimize `LESS_USED` worker choice strategy.
1d71a908 112
ffcbbad8
JB
113### Fixed
114
115- Ensure trimmable characters are checked at pool initialization.
b4e75778 116- Fix message id integer overflow.
97a2abc3 117- Fix pool worker removal in worker choice strategy internals.
ffcbbad8 118
08372738
JB
119## [2.3.10] - 2023-03-18
120
710826bc
JB
121### Fixed
122
123- Fix `exports` syntax for ESM and CommonJS.
124
125### Changed
126
127- Permit SemVer pre-release publication.
76e5ac6f 128
e4796ecd
JB
129## [2.3.10-2] - 2023-03-18
130
6abad580
JB
131### Fixed
132
133- Fix `exports` syntax for ESM and CommonJS.
134
a2ee98cc
JB
135## [2.3.10-1] - 2023-03-18
136
7e060cee
JB
137### Changed
138
90483887 139- Permit SemVer pre-release publication.
7e060cee 140
c81bfafb
JB
141## [2.3.10-0] - 2023-03-18
142
fe18768d
JB
143### Fixed
144
145- Fix `exports` syntax for ESM and CommonJS.
146
d7b78217
JB
147## [2.3.9] - 2023-03-18
148
ed6dd37f
JB
149### Changed
150
151- Introduce ESM module support along with CommonJS one.
152
153### Fixed
154
155- Fix brown paper bag bug referencing the same object literal.
156
68e2ad86
JB
157## [2.3.8] - 2023-03-18
158
ca6c7d70
JB
159### Changed
160
161- Switch internal benchmarking code to benny.
fbdedeb9
JB
162- Switch to TypeScript 5.x.x.
163- Switch rollup bundler plugins to core ones.
ed6dd37f 164- Switch to TSDoc syntax.
fbdedeb9 165- Enforce conventional commits.
ca6c7d70 166
d15211d4
JB
167### Fixed
168
169- Fix random integer generator.
fbdedeb9 170- Fix worker choice strategy pool type identification at initialization.
d15211d4 171
995705ea
JB
172## [2.3.7] - 2022-10-23
173
b953022b
JB
174### Changed
175
176- Switch to open collective FOSS project funding platform.
78cea37e
JB
177- Switch to ts-standard linter configuration on TypeScript code.
178
179### Fixed
180
181- Fixed missing async on pool execute method.
182- Fixed typing in TypeScript example.
183- Fixed types in unit tests.
b953022b 184
3b9f6953
JB
185## [2.3.6] - 2022-10-22
186
f80cead4
JB
187### Changed
188
189- Cleanup pool attributes and methods.
190- Refine error types thrown.
191
192### Fixed
193
194- Fix continuous integration build on windows.
195- Fix code coverage reporting by using c8 instead of nyc.
196
efc22107
JB
197## [2.3.5] - 2022-10-21
198
7a6a0a96
JB
199### Changed
200
a05c10de
JB
201- Improve benchmarks: add IO intensive task workload, add task size option, integrate code into linter.
202- Optimize tasks usage lookup implementation.
7a6a0a96 203
b4904890
JB
204### Fixed
205
206- Fix missed pool event emitter type export.
207- Fix typedoc documentation generation.
208
a875f8d1
JB
209## [2.3.4] - 2022-10-17
210
73cda448
JB
211### Added
212
213- Fully automate release process with release-it.
214
45a5a54c
JB
215### Changed
216
73cda448 217- Optimize fair share task scheduling algorithm implementation.
eb4a8a82 218- Update benchmarks versus external pools results with latest version.
45a5a54c 219
90ee1b18 220## [2.3.3] - 2022-10-15
1a76932b
JB
221
222### Added
223
224- Add support for [cluster settings](https://nodejs.org/api/cluster.html#cluster_cluster_settings) in cluster pool options.
225
90ee1b18 226## [2.3.2] - 2022-10-14
11df3590
JB
227
228### Changed
229
230- Optimize fair share worker selection strategy implementation.
231
232### Fixed
233
234- Fix WRR worker selection strategy: ensure the condition triggering the round robin can be fulfilled.
235
90ee1b18 236## [2.3.1] - 2022-10-13
23ff945a
JB
237
238### Added
239
240- Pool worker choice strategies:
241 - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` strategy based on weighted round robin scheduling algorithm using tasks execution time for now.
242 - `WorkerChoiceStrategies.FAIR_SHARE` strategy based on fair share scheduling algorithm using tasks execution time for now.
243
90ee1b18 244## [2.2.2] - 2022-10-09
cb2b6c69
JB
245
246### Fixed
247
248- Fixed `README.md` file.
249
90ee1b18 250## [2.2.1] - 2022-10-08
bdacc2d2 251
bdaf31cd
JB
252### Added
253
254- Dynamic worker choice strategy change at runtime.
bdacc2d2 255
90ee1b18 256## [2.2.0] - 2022-01-05
7e0d447f
JB
257
258### Breaking Changes
259
260- Support only NodeJS version 16.x.x for cluster pool: upstream cluster API have changed on that version.
261
90ee1b18 262## [2.1.0] - 2021-08-29
35cf1c03
JB
263
264### Added
265
266- Add an optional pool option `messageHandler` to `PoolOptions<Worker>` for registering a message handler callback on each worker.
e088a00c
JB
267
268### Breaking Changes
269
270- `AbstractWorker` class `maxInactiveTime`, `killBehavior` and `async` attributes have been removed in favour of the same ones in the worker options `opts` public attribute.
271- `AbstractWorker` class `lastTask` attribute have been renamed to `lastTaskTimestamp`.
272- `AbstractWorker` class `interval` attribute have been renamed to `aliveInterval`.
c365b2d3 273- `AbstractWorker` class cannot be instantiated without specifying the `mainWorker` argument referencing the main worker.
e088a00c 274
90ee1b18 275## [2.0.2] - 2021-05-12
14916bf9
JB
276
277### Bug fixes
278
279- Fix `busy` event emission on fixed pool type
280
90ee1b18 281## [2.0.1] - 2021-03-16
7f685093
JB
282
283### Bug fixes
284
285- Check if pool options are properly set.
286- `busy` event is emitted on all pool types.
287
90ee1b18 288## [2.0.0] - 2021-03-01
fa0f5b28 289
f3f833ab 290### Bug fixes
d63d3be3 291
ddbeaffd 292- Now a thread/process by default is not deleted when the task submitted take more time than maxInactiveTime configured (issue #70).
d63d3be3 293
fa0f5b28
S
294### Breaking Changes
295
7f685093 296- `FullPool` event is now renamed to `busy`.
1927ee67 297- `maxInactiveTime` on `ThreadWorker` default behavior is now changed, if you want to keep the old behavior set `killBehavior` to `KillBehaviors.HARD`.
1a81f8af 298 _Find more details on our JSDoc._
ddbeaffd 299
1927ee67
APA
300- `maxTasks` option on `FixedThreadPool` and `DynamicThreadPool` is now removed since is no more needed.
301
ddbeaffd 302- We changed some internal structures, but you shouldn't be too affected by them as these are internal changes.
fa0f5b28 303
ec2ccfc8
JB
304### Pool options types declaration merge
305
306`FixedThreadPoolOptions` and `DynamicThreadPoolOptions` type declarations have been merged to `PoolOptions<Worker>`.
307
fa0f5b28
S
308#### New `export` strategy
309
310```js
311// Before
777b7824 312const DynamicThreadPool = require('poolifier/lib/dynamic')
fa0f5b28 313// After
777b7824 314const { DynamicThreadPool } = require('poolifier/lib/dynamic')
fa0f5b28
S
315```
316
317But you should always prefer just using
318
319```js
777b7824 320const { DynamicThreadPool } = require('poolifier')
fa0f5b28
S
321```
322
d3c8a1a8
S
323#### New type definitions for input data and response
324
ec2ccfc8 325For cluster worker and worker-thread pools, you can now only send and receive serializable data.
d3c8a1a8
S
326_This is not a limitation by poolifier but NodeJS._
327
3a4b605f 328#### Public property replacements
5c5a1fb7 329
3a4b605f 330`numWorkers` property is now `numberOfWorkers`
5c5a1fb7 331
280c2a77 332#### Internal (protected) properties and methods renaming
fa0f5b28 333
280c2a77
S
334These properties are not intended for end users
335
336- `id` => `nextMessageId`
337
338These methods are not intended for end users
fa0f5b28
S
339
340- `_chooseWorker` => `chooseWorker`
280c2a77 341- `_newWorker` => `createWorker`
fa0f5b28
S
342- `_execute` => `internalExecute`
343- `_chooseWorker` => `chooseWorker`
344- `_checkAlive` => `checkAlive`
345- `_run` => `run`
346- `_runAsync` => `runAsync`
347
90ee1b18 348## [1.1.0] - 2020-05-21
0312f71a
APA
349
350### Added
351
352- ThreadWorker support async functions as option
cf9aa6c3 353- Various external library patches
0312f71a 354
90ee1b18 355## [1.0.0] - 2020-01-24
522eea03 356
357### Added
358
359- FixedThreadPool implementation
360- DynamicThreadPool implementation
0312f71a 361- WorkerThread implementation to improve developer experience