poolifier.git
2 years agoVersion 2.1.0 v2.1.0
Jérôme Benoit [Sun, 29 Aug 2021 08:55:12 +0000 (10:55 +0200)] 
Version 2.1.0

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd a pool option to register a message listener on pool workers (#487)
Jérôme Benoit [Sun, 29 Aug 2021 08:52:45 +0000 (10:52 +0200)] 
Add a pool option to register a message listener on pool workers (#487)

* Add a pool option to register a message listener on pool workers

It's a requirement to build bi-directionnal communications with the main
thread with poolifier.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
* Loosen type on MessageHandler type.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update (#488)
Jérôme Benoit [Sun, 29 Aug 2021 08:51:42 +0000 (10:51 +0200)] 
Apply dependencies update (#488)

* Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix dependabot PRs handling in GH actions
Jérôme Benoit [Sun, 22 Aug 2021 09:47:13 +0000 (11:47 +0200)] 
Fix dependabot PRs handling in GH actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd sonarcloud properties
Jérôme Benoit [Sat, 21 Aug 2021 21:12:36 +0000 (23:12 +0200)] 
Add sonarcloud properties

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoUse GitHub token in GH actions
Jérôme Benoit [Sat, 21 Aug 2021 20:48:25 +0000 (22:48 +0200)] 
Use GitHub token in GH actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix remaining URIs still referencing the previous repo
Jérôme Benoit [Sat, 21 Aug 2021 20:23:01 +0000 (22:23 +0200)] 
Fix remaining URIs still referencing the previous repo

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update (#485)
Jérôme Benoit [Sat, 21 Aug 2021 19:08:24 +0000 (21:08 +0200)] 
Apply dependencies update (#485)

* Apply dependencies update

And fix some token name.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Silence linter warnings

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Fix GH actions run after repository move.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Use sonarcloud GitHub action

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge branch 'master' of github.com:pioardi/poolifier
Jérôme Benoit [Sat, 21 Aug 2021 11:33:36 +0000 (13:33 +0200)] 
Merge branch 'master' of github.com:pioardi/poolifier

2 years agoUse an allowed token name for the GitHub one
Jérôme Benoit [Sat, 21 Aug 2021 11:32:40 +0000 (13:32 +0200)] 
Use an allowed token name for the GitHub one

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update (#482)
Jérôme Benoit [Fri, 20 Aug 2021 09:30:06 +0000 (11:30 +0200)] 
Apply dependencies update (#482)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update (#439)
Jérôme Benoit [Sat, 10 Jul 2021 13:37:15 +0000 (15:37 +0200)] 
Apply dependencies update (#439)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoBump eslint-plugin-spellcheck from 0.0.17 to 0.0.19 (#432)
dependabot[bot] [Wed, 7 Jul 2021 10:27:32 +0000 (12:27 +0200)] 
Bump eslint-plugin-spellcheck from 0.0.17 to 0.0.19 (#432)

Bumps [eslint-plugin-spellcheck](https://github.com/aotaduy/eslint-plugin-spellcheck) from 0.0.17 to 0.0.19.
- [Release notes](https://github.com/aotaduy/eslint-plugin-spellcheck/releases)
- [Commits](https://github.com/aotaduy/eslint-plugin-spellcheck/commits/0.0.19)

---
updated-dependencies:
- dependency-name: eslint-plugin-spellcheck
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoRun mocha in parallel mode by default (#393)
Jérôme Benoit [Tue, 6 Jul 2021 12:59:19 +0000 (14:59 +0200)] 
Run mocha in parallel mode by default (#393)

2 years agoBump mocha from 8.4.0 to 9.0.2 (#430)
dependabot[bot] [Tue, 6 Jul 2021 10:51:23 +0000 (12:51 +0200)] 
Bump mocha from 8.4.0 to 9.0.2 (#430)

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.0.2)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoApply dependencies update. (#392)
Jérôme Benoit [Sun, 6 Jun 2021 09:13:36 +0000 (11:13 +0200)] 
Apply dependencies update. (#392)

2 years agoApply dependencies update (#381)
Jérôme Benoit [Wed, 26 May 2021 12:54:38 +0000 (14:54 +0200)] 
Apply dependencies update (#381)

3 years agoDependencies update + API cleanups (#376)
Jérôme Benoit [Tue, 18 May 2021 13:35:39 +0000 (15:35 +0200)] 
Dependencies update + API cleanups (#376)

3 years agoApply dependencies update. (#369)
Jérôme Benoit [Mon, 17 May 2021 16:33:24 +0000 (18:33 +0200)] 
Apply dependencies update. (#369)

3 years agoApply dependencies update (#362)
Jérôme Benoit [Sun, 16 May 2021 20:13:24 +0000 (22:13 +0200)] 
Apply dependencies update (#362)

3 years agoDedupe worker attributes (#364)
Jérôme Benoit [Sun, 16 May 2021 18:17:08 +0000 (20:17 +0200)] 
Dedupe worker attributes (#364)

3 years agoApply dependencies update (#359)
Jérôme Benoit [Sat, 15 May 2021 15:53:09 +0000 (17:53 +0200)] 
Apply dependencies update (#359)

3 years agoPrepare 2.0.2 release. (#355) v2.0.2
Jérôme Benoit [Wed, 12 May 2021 09:41:09 +0000 (11:41 +0200)] 
Prepare 2.0.2 release. (#355)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoConsolidate benchmarks documentation (#350)
Jérôme Benoit [Mon, 10 May 2021 09:55:15 +0000 (11:55 +0200)] 
Consolidate benchmarks documentation (#350)

3 years agoUpdate threads pool libraries to benchmark to latest. (#334)
Jérôme Benoit [Mon, 10 May 2021 08:24:02 +0000 (10:24 +0200)] 
Update threads pool libraries to benchmark to latest. (#334)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoRemove unused dependency (#346)
Jérôme Benoit [Mon, 10 May 2021 07:22:11 +0000 (09:22 +0200)] 
Remove unused dependency (#346)

3 years agoInstrument the code at development build for istanbul (#347)
Jérôme Benoit [Mon, 10 May 2021 07:18:35 +0000 (09:18 +0200)] 
Instrument the code at development build for istanbul (#347)

3 years agoDocument worker choice strategies. (#345)
Jérôme Benoit [Sat, 8 May 2021 17:34:47 +0000 (19:34 +0200)] 
Document worker choice strategies. (#345)

3 years agoFix busy event emission on fixed pool: (#332)
Jérôme Benoit [Mon, 3 May 2021 07:48:11 +0000 (09:48 +0200)] 
Fix busy event emission on fixed pool: (#332)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoAdd node.js version 16.x to the CI test (#333)
Jérôme Benoit [Mon, 3 May 2021 07:44:28 +0000 (09:44 +0200)] 
Add node.js version 16.x to the CI test (#333)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoApply dependencies update. (#331)
Jérôme Benoit [Mon, 3 May 2021 07:27:33 +0000 (09:27 +0200)] 
Apply dependencies update. (#331)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate dependencies. (#318)
Jérôme Benoit [Mon, 26 Apr 2021 06:44:24 +0000 (08:44 +0200)] 
Update dependencies. (#318)

* Update dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Update dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoApply dependencies update. (#315)
Jérôme Benoit [Sun, 18 Apr 2021 17:35:50 +0000 (19:35 +0200)] 
Apply dependencies update. (#315)

* Apply dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Dependency update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoApply all dependencies update at once. (#310)
Jérôme Benoit [Sat, 10 Apr 2021 18:41:51 +0000 (20:41 +0200)] 
Apply all dependencies update at once. (#310)

And dedupe.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoBump rollup from 2.44.0 to 2.45.0 (#309)
dependabot[bot] [Fri, 9 Apr 2021 09:29:39 +0000 (11:29 +0200)] 
Bump rollup from 2.44.0 to 2.45.0 (#309)

Bumps [rollup](https://github.com/rollup/rollup) from 2.44.0 to 2.45.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.44.0...v2.45.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump typedoc from 0.20.34 to 0.20.35 (#304)
dependabot[bot] [Tue, 6 Apr 2021 15:25:59 +0000 (17:25 +0200)] 
Bump typedoc from 0.20.34 to 0.20.35 (#304)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.34 to 0.20.35.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.34...v0.20.35)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 (#305)
dependabot[bot] [Tue, 6 Apr 2021 15:11:15 +0000 (17:11 +0200)] 
Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 (#305)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump @typescript-eslint/parser from 4.20.0 to 4.21.0 (#306)
dependabot[bot] [Tue, 6 Apr 2021 14:57:58 +0000 (16:57 +0200)] 
Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 (#306)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.20.0 to 4.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.21.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump eslint-define-config from 1.0.5 to 1.0.6 (#302)
dependabot[bot] [Thu, 1 Apr 2021 14:43:53 +0000 (16:43 +0200)] 
Bump eslint-define-config from 1.0.5 to 1.0.6 (#302)

Bumps [eslint-define-config](https://github.com/Shinigami92/eslint-define-config) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/Shinigami92/eslint-define-config/releases)
- [Changelog](https://github.com/Shinigami92/eslint-define-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shinigami92/eslint-define-config/compare/1.0.5...1.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoApply dependencies updates (#301)
Jérôme Benoit [Mon, 29 Mar 2021 19:59:41 +0000 (21:59 +0200)] 
Apply dependencies updates (#301)

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoUpdate dependencies (#298)
Jérôme Benoit [Sat, 27 Mar 2021 18:13:18 +0000 (19:13 +0100)] 
Update dependencies (#298)

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoUse dependabot v2 (#297)
Shinigami [Fri, 26 Mar 2021 16:38:32 +0000 (17:38 +0100)] 
Use dependabot v2 (#297)

3 years agoBump eslint-define-config from 1.0.2 to 1.0.3 (#296)
dependabot-preview[bot] [Fri, 26 Mar 2021 14:51:31 +0000 (15:51 +0100)] 
Bump eslint-define-config from 1.0.2 to 1.0.3 (#296)

Bumps [eslint-define-config](https://github.com/Shinigami92/eslint-define-config) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/Shinigami92/eslint-define-config/releases)
- [Changelog](https://github.com/Shinigami92/eslint-define-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shinigami92/eslint-define-config/compare/v1.0.2...1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoUse eslint-define-config (#295)
Shinigami [Thu, 25 Mar 2021 19:15:22 +0000 (20:15 +0100)] 
Use eslint-define-config (#295)

3 years agoBump rollup from 2.42.3 to 2.42.4 (#291)
dependabot-preview[bot] [Wed, 24 Mar 2021 16:03:29 +0000 (17:03 +0100)] 
Bump rollup from 2.42.3 to 2.42.4 (#291)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.3 to 2.42.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.42.3...v2.42.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (#290)
dependabot-preview[bot] [Mon, 22 Mar 2021 20:38:28 +0000 (21:38 +0100)] 
Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (#290)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump @typescript-eslint/parser from 4.18.0 to 4.19.0 (#289)
dependabot-preview[bot] [Mon, 22 Mar 2021 20:34:08 +0000 (21:34 +0100)] 
Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 (#289)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.42.2 to 2.42.3 (#288)
dependabot-preview[bot] [Mon, 22 Mar 2021 17:11:28 +0000 (18:11 +0100)] 
Bump rollup from 2.42.2 to 2.42.3 (#288)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.2 to 2.42.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.42.2...v2.42.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.42.1 to 2.42.2 (#287)
dependabot-preview[bot] [Mon, 22 Mar 2021 11:34:21 +0000 (12:34 +0100)] 
Bump rollup from 2.42.1 to 2.42.2 (#287)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.1 to 2.42.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.42.1...v2.42.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoAvoid to on-by-one in worker function. (#285)
Jérôme Benoit [Mon, 22 Mar 2021 10:58:03 +0000 (11:58 +0100)] 
Avoid to on-by-one in worker function. (#285)

3 years agoBump typedoc from 0.20.32 to 0.20.33 (#286)
dependabot-preview[bot] [Mon, 22 Mar 2021 10:54:54 +0000 (11:54 +0100)] 
Bump typedoc from 0.20.32 to 0.20.33 (#286)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.32 to 0.20.33.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.32...v0.20.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.42.0 to 2.42.1 (#284)
dependabot-preview[bot] [Sat, 20 Mar 2021 12:06:17 +0000 (13:06 +0100)] 
Bump rollup from 2.42.0 to 2.42.1 (#284)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.0 to 2.42.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.42.0...v2.42.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoAdd worker-threads-pool to external pools benchmarks (#281)
Jérôme Benoit [Fri, 19 Mar 2021 20:41:11 +0000 (21:41 +0100)] 
Add worker-threads-pool to external pools benchmarks (#281)

3 years agoBump rollup from 2.41.5 to 2.42.0 (#283)
dependabot-preview[bot] [Fri, 19 Mar 2021 19:54:00 +0000 (20:54 +0100)] 
Bump rollup from 2.41.5 to 2.42.0 (#283)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.5 to 2.42.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.41.5...v2.42.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.41.4 to 2.41.5 (#282)
dependabot-preview[bot] [Thu, 18 Mar 2021 07:03:53 +0000 (08:03 +0100)] 
Bump rollup from 2.41.4 to 2.41.5 (#282)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.4 to 2.41.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.41.4...v2.41.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.41.3 to 2.41.4 (#280)
dependabot-preview[bot] [Tue, 16 Mar 2021 17:58:43 +0000 (18:58 +0100)] 
Bump rollup from 2.41.3 to 2.41.4 (#280)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.3 to 2.41.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.41.3...v2.41.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoUpdate dependencies (#279) v2.0.1
Jérôme Benoit [Tue, 16 Mar 2021 10:48:29 +0000 (11:48 +0100)] 
Update dependencies (#279)

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoUpdate CHANGELOG.md
Alessandro Pio Ardizio [Tue, 16 Mar 2021 10:41:02 +0000 (11:41 +0100)] 
Update CHANGELOG.md

3 years ago Bump version to 2.0.1 to release, generate doc
aardizio [Tue, 16 Mar 2021 08:39:45 +0000 (09:39 +0100)] 
 Bump version to 2.0.1 to release, generate doc

3 years agoBump eslint-plugin-jsdoc from 32.2.0 to 32.3.0 (#274)
dependabot-preview[bot] [Mon, 15 Mar 2021 18:29:19 +0000 (19:29 +0100)] 
Bump eslint-plugin-jsdoc from 32.2.0 to 32.3.0 (#274)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump typedoc from 0.20.31 to 0.20.32 (#273)
dependabot-preview[bot] [Mon, 15 Mar 2021 08:02:12 +0000 (09:02 +0100)] 
Bump typedoc from 0.20.31 to 0.20.32 (#273)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.31 to 0.20.32.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.31...v0.20.32)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump typedoc from 0.20.30 to 0.20.31 (#272)
dependabot-preview[bot] [Sun, 14 Mar 2021 15:24:49 +0000 (16:24 +0100)] 
Bump typedoc from 0.20.30 to 0.20.31 (#272)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.30 to 0.20.31.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump eslint from 7.21.0 to 7.22.0 (#271)
dependabot-preview[bot] [Sat, 13 Mar 2021 10:40:14 +0000 (11:40 +0100)] 
Bump eslint from 7.21.0 to 7.22.0 (#271)

Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoAdd threadwork, microjob to external pools benchmark (#266)
Jérôme Benoit [Fri, 12 Mar 2021 19:11:02 +0000 (20:11 +0100)] 
Add threadwork, microjob to external pools benchmark (#266)

3 years agoBump @types/node from 14.14.33 to 14.14.34 (#269)
dependabot-preview[bot] [Fri, 12 Mar 2021 17:57:48 +0000 (18:57 +0100)] 
Bump @types/node from 14.14.33 to 14.14.34 (#269)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.33 to 14.14.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.41.1 to 2.41.2 (#270)
dependabot-preview[bot] [Fri, 12 Mar 2021 17:49:58 +0000 (18:49 +0100)] 
Bump rollup from 2.41.1 to 2.41.2 (#270)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.1 to 2.41.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.41.1...v2.41.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump mocha from 8.3.1 to 8.3.2 (#268)
dependabot-preview[bot] [Fri, 12 Mar 2021 17:30:55 +0000 (18:30 +0100)] 
Bump mocha from 8.3.1 to 8.3.2 (#268)

Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.3.1...v8.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump rollup from 2.41.0 to 2.41.1 (#267)
dependabot-preview[bot] [Thu, 11 Mar 2021 11:01:19 +0000 (12:01 +0100)] 
Bump rollup from 2.41.0 to 2.41.1 (#267)

Bumps [rollup](https://github.com/rollup/rollup) from 2.41.0 to 2.41.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.41.0...v2.41.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump @types/node from 14.14.32 to 14.14.33 (#265)
dependabot-preview[bot] [Tue, 9 Mar 2021 22:20:53 +0000 (23:20 +0100)] 
Bump @types/node from 14.14.32 to 14.14.33 (#265)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.32 to 14.14.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoAdd workerpool to external pools benchmark (#263)
Jérôme Benoit [Tue, 9 Mar 2021 09:36:41 +0000 (10:36 +0100)] 
Add workerpool to external pools benchmark (#263)

3 years agoAdd two tests to assess worker options. (#260)
Jérôme Benoit [Tue, 9 Mar 2021 09:32:35 +0000 (10:32 +0100)] 
Add two tests to assess worker options. (#260)

3 years agoBump rollup from 2.40.0 to 2.41.0 (#264)
dependabot-preview[bot] [Tue, 9 Mar 2021 08:35:13 +0000 (09:35 +0100)] 
Bump rollup from 2.40.0 to 2.41.0 (#264)

Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.41.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.40.0...v2.41.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump @typescript-eslint/parser from 4.16.1 to 4.17.0 (#261)
dependabot-preview[bot] [Mon, 8 Mar 2021 20:53:28 +0000 (21:53 +0100)] 
Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 (#261)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 (#262)
dependabot-preview[bot] [Mon, 8 Mar 2021 20:46:33 +0000 (21:46 +0100)] 
Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 (#262)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.17.0/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoFix strategy handling in pool options (#259)
Jérôme Benoit [Sun, 7 Mar 2021 21:45:27 +0000 (22:45 +0100)] 
Fix strategy handling in pool options (#259)

And increase coverage a bit.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoBenchmarks and tests code cleanups. (#257)
Jérôme Benoit [Sun, 7 Mar 2021 18:28:25 +0000 (19:28 +0100)] 
Benchmarks and tests code cleanups. (#257)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoBump @types/node from 14.14.31 to 14.14.32 (#258)
dependabot-preview[bot] [Sun, 7 Mar 2021 10:26:20 +0000 (11:26 +0100)] 
Bump @types/node from 14.14.31 to 14.14.32 (#258)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.31 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoPool busy event emitting on all pool types (#241)
Jérôme Benoit [Sat, 6 Mar 2021 20:08:08 +0000 (21:08 +0100)] 
Pool busy event emitting on all pool types (#241)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
3 years agoAdd benchmark for quick select algorithm evaluation. (#255)
Jérôme Benoit [Sat, 6 Mar 2021 19:22:31 +0000 (20:22 +0100)] 
Add benchmark for quick select algorithm evaluation. (#255)

3 years agoBump typedoc from 0.20.29 to 0.20.30 (#256)
dependabot-preview[bot] [Sat, 6 Mar 2021 16:43:34 +0000 (17:43 +0100)] 
Bump typedoc from 0.20.29 to 0.20.30 (#256)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.29 to 0.20.30.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.29...v0.20.30)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump mocha from 8.3.0 to 8.3.1 (#254)
dependabot-preview[bot] [Sat, 6 Mar 2021 09:08:08 +0000 (10:08 +0100)] 
Bump mocha from 8.3.0 to 8.3.1 (#254)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoBump typescript from 4.2.2 to 4.2.3 (#253)
dependabot-preview[bot] [Fri, 5 Mar 2021 11:50:37 +0000 (12:50 +0100)] 
Bump typescript from 4.2.2 to 4.2.3 (#253)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoUpdate eslint TS plugin to 4.16.1 (#249)
Jérôme Benoit [Thu, 4 Mar 2021 19:04:57 +0000 (20:04 +0100)] 
Update eslint TS plugin to 4.16.1 (#249)

Co-authored-by: Alessandro Pio Ardizio <alessandroardizio94@gmail.com>
3 years agoBump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 (#251)
dependabot-preview[bot] [Thu, 4 Mar 2021 08:46:14 +0000 (09:46 +0100)] 
Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 (#251)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.2 to 4.16.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Alessandro Pio Ardizio <alessandroardizio94@gmail.com>
3 years agoBump typedoc from 0.20.28 to 0.20.29 (#252)
dependabot-preview[bot] [Thu, 4 Mar 2021 08:35:13 +0000 (09:35 +0100)] 
Bump typedoc from 0.20.28 to 0.20.29 (#252)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.28 to 0.20.29.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.28...v0.20.29)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoGenerate TypeDoc via workflow (#246)
Shinigami [Mon, 1 Mar 2021 17:47:44 +0000 (18:47 +0100)] 
Generate TypeDoc via workflow (#246)

3 years agobench versions update
aardizio [Mon, 1 Mar 2021 17:32:28 +0000 (18:32 +0100)] 
bench versions update

3 years agoUpdate README.md v2.0.0
Alessandro Pio Ardizio [Mon, 1 Mar 2021 14:31:54 +0000 (15:31 +0100)] 
Update README.md

3 years agoPackage lock to 2.0.0 and removing other full keywords
aardizio [Mon, 1 Mar 2021 10:03:14 +0000 (11:03 +0100)] 
Package lock to 2.0.0 and removing other full keywords

3 years agoUpdate package.json
Alessandro Pio Ardizio [Mon, 1 Mar 2021 09:43:48 +0000 (10:43 +0100)] 
Update package.json

3 years agoUpdate CHANGELOG.md
Alessandro Pio Ardizio [Mon, 1 Mar 2021 09:41:31 +0000 (10:41 +0100)] 
Update CHANGELOG.md

3 years agoBump eslint from 7.20.0 to 7.21.0 (#244)
dependabot-preview[bot] [Sun, 28 Feb 2021 19:40:32 +0000 (20:40 +0100)] 
Bump eslint from 7.20.0 to 7.21.0 (#244)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoRename FullPool event to busy, update benchmarks
aardizio [Sat, 27 Feb 2021 13:38:04 +0000 (14:38 +0100)] 
Rename FullPool event to  busy, update benchmarks

3 years agoBump rollup from 2.39.1 to 2.40.0 (#242)
dependabot-preview[bot] [Fri, 26 Feb 2021 15:20:54 +0000 (16:20 +0100)] 
Bump rollup from 2.39.1 to 2.40.0 (#242)

Bumps [rollup](https://github.com/rollup/rollup) from 2.39.1 to 2.40.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.39.1...v2.40.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoUpdate PULL_REQUEST_TEMPLATE.md
Alessandro Pio Ardizio [Thu, 25 Feb 2021 15:39:24 +0000 (16:39 +0100)] 
Update PULL_REQUEST_TEMPLATE.md

3 years agoSet theme jekyll-theme-hacker
Alessandro Pio Ardizio [Wed, 24 Feb 2021 22:11:03 +0000 (23:11 +0100)] 
Set theme jekyll-theme-hacker

3 years agoIntegrate typedoc to generate code documentation. (#236)
Jérôme Benoit [Wed, 24 Feb 2021 21:59:22 +0000 (22:59 +0100)] 
Integrate typedoc to generate code documentation. (#236)

3 years agoGeneral guidance documentation (#233)
Alessandro Pio Ardizio [Wed, 24 Feb 2021 19:10:09 +0000 (20:10 +0100)] 
General guidance documentation (#233)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoCleanup (#239)
Shinigami [Wed, 24 Feb 2021 17:21:29 +0000 (18:21 +0100)] 
Cleanup (#239)

3 years agoUntangle pool abstract class from worker strategy selection (#234)
Jérôme Benoit [Wed, 24 Feb 2021 16:47:05 +0000 (17:47 +0100)] 
Untangle pool abstract class from worker strategy selection (#234)

Co-authored-by: Shinigami <chrissi92@hotmail.de>