poolifier.git
13 months agochore: v2.4.3 v2.4.3
Jérôme Benoit [Fri, 7 Apr 2023 14:39:50 +0000 (16:39 +0200)] 
chore: v2.4.3

13 months agochore: generate documentation
github-actions[bot] [Fri, 7 Apr 2023 14:28:01 +0000 (14:28 +0000)] 
chore: generate documentation

13 months agorefactor: refine worker options scope
Jérôme Benoit [Fri, 7 Apr 2023 14:25:20 +0000 (16:25 +0200)] 
refactor: refine worker options scope

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: update changelog entries
Jérôme Benoit [Fri, 7 Apr 2023 13:55:28 +0000 (15:55 +0200)] 
docs: update changelog entries

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: generate documentation
github-actions[bot] [Fri, 7 Apr 2023 12:51:59 +0000 (12:51 +0000)] 
chore: generate documentation

13 months agodocs: fix typedoc generation with inheritance
Jérôme Benoit [Fri, 7 Apr 2023 12:49:45 +0000 (14:49 +0200)] 
docs: fix typedoc generation with inheritance

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: ensure the worker choice context class is properly initialized
Jérôme Benoit [Fri, 7 Apr 2023 11:46:58 +0000 (13:46 +0200)] 
test: ensure the worker choice context class is properly initialized

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: check for null and undefined
Jérôme Benoit [Fri, 7 Apr 2023 10:08:40 +0000 (12:08 +0200)] 
refactor: check for null and undefined

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Thu, 6 Apr 2023 20:41:56 +0000 (22:41 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

13 months agodocs: update benchmarks vs. external thread pools
Jérôme Benoit [Thu, 6 Apr 2023 17:25:36 +0000 (19:25 +0200)] 
docs: update benchmarks vs. external thread pools

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 months agochore: v2.4.2 v2.4.2
Jérôme Benoit [Thu, 6 Apr 2023 14:04:59 +0000 (16:04 +0200)] 
chore: v2.4.2

13 months agochore: generate documentation
github-actions[bot] [Thu, 6 Apr 2023 14:01:26 +0000 (14:01 +0000)] 
chore: generate documentation

13 months agotest: enhance worker selection strategies UTs
Jérôme Benoit [Thu, 6 Apr 2023 07:58:45 +0000 (09:58 +0200)] 
test: enhance worker selection strategies UTs

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: remove unused method argument
Jérôme Benoit [Thu, 6 Apr 2023 06:59:35 +0000 (08:59 +0200)] 
refactor: remove unused method argument

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: remove unneeded nullish checks in hot code paths
Jérôme Benoit [Thu, 6 Apr 2023 06:53:39 +0000 (08:53 +0200)] 
perf: remove unneeded nullish checks in hot code paths

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: pre-instantiate worker choice strategies
Jérôme Benoit [Thu, 6 Apr 2023 06:40:41 +0000 (08:40 +0200)] 
perf: pre-instantiate worker choice strategies

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 5 Apr 2023 22:35:53 +0000 (00:35 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 months agodocs: refine changelog entries
Jérôme Benoit [Wed, 5 Apr 2023 22:17:24 +0000 (00:17 +0200)] 
docs: refine changelog entries

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: ensure worker key can't be negative in worker choice strategies
Jérôme Benoit [Wed, 5 Apr 2023 22:14:49 +0000 (00:14 +0200)] 
fix: ensure worker key can't be negative in worker choice strategies

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: refine documentation
Jérôme Benoit [Wed, 5 Apr 2023 21:32:13 +0000 (23:32 +0200)] 
docs: refine documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofeat: cache in a map worker choice strategy to allow conditionnal reuse
Jérôme Benoit [Wed, 5 Apr 2023 21:12:28 +0000 (23:12 +0200)] 
feat: cache in a map worker choice strategy to allow conditionnal reuse

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: move worker choice instance helper into the context class
Jérôme Benoit [Wed, 5 Apr 2023 19:24:58 +0000 (21:24 +0200)] 
refactor: move worker choice instance helper into the context class

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: use class property if appropriate
Jérôme Benoit [Wed, 5 Apr 2023 17:40:46 +0000 (19:40 +0200)] 
refactor: use class property if appropriate

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: conditionally reset strategy internals
Jérôme Benoit [Wed, 5 Apr 2023 17:36:58 +0000 (19:36 +0200)] 
refactor: conditionally reset strategy internals

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild: refine editorconfig configuration
Jérôme Benoit [Wed, 5 Apr 2023 16:25:11 +0000 (18:25 +0200)] 
build: refine editorconfig configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofeat: add 'full' event on dynamic pool emitter
Jérôme Benoit [Wed, 5 Apr 2023 15:49:50 +0000 (17:49 +0200)] 
feat: add 'full' event on dynamic pool emitter

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: apply stricter strategy design pattern requirements on worker
Jérôme Benoit [Wed, 5 Apr 2023 15:06:56 +0000 (17:06 +0200)] 
refactor: apply stricter strategy design pattern requirements on worker
choice code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: update benchmarks vs. external pools
Jérôme Benoit [Wed, 5 Apr 2023 13:51:41 +0000 (15:51 +0200)] 
docs: update benchmarks vs. external pools

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 months agotest: cleanup worker function
Jérôme Benoit [Wed, 5 Apr 2023 13:36:11 +0000 (15:36 +0200)] 
test: cleanup worker function

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: cleanup type import
Jérôme Benoit [Wed, 5 Apr 2023 12:54:41 +0000 (14:54 +0200)] 
refactor: cleanup type import

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: v2.4.1 v2.4.1
Jérôme Benoit [Wed, 5 Apr 2023 12:10:44 +0000 (14:10 +0200)] 
chore: v2.4.1

13 months agoperf: optimize a pool type test
Jérôme Benoit [Wed, 5 Apr 2023 12:03:41 +0000 (14:03 +0200)] 
perf: optimize a pool type test

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 5 Apr 2023 11:53:40 +0000 (13:53 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: generate documentation
github-actions[bot] [Wed, 5 Apr 2023 11:34:34 +0000 (11:34 +0000)] 
chore: generate documentation

13 months agodocs: fix pool internal interface documentation
Jérôme Benoit [Wed, 5 Apr 2023 11:28:24 +0000 (13:28 +0200)] 
docs: fix pool internal interface documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: propagate generics type
Jérôme Benoit [Wed, 5 Apr 2023 10:49:29 +0000 (12:49 +0200)] 
refactor: propagate generics type

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: remove unneeded class indirection for dynamic pool in worker
Jérôme Benoit [Wed, 5 Apr 2023 10:40:40 +0000 (12:40 +0200)] 
perf: remove unneeded class indirection for dynamic pool in worker
selection code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: generate documentation
github-actions[bot] [Wed, 5 Apr 2023 09:16:00 +0000 (09:16 +0000)] 
chore: generate documentation

13 months agofix: fix dynamic pool busy semantic
Jérôme Benoit [Wed, 5 Apr 2023 08:44:05 +0000 (10:44 +0200)] 
fix: fix dynamic pool busy semantic

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: check worker aliveness in all case
Jérôme Benoit [Wed, 5 Apr 2023 00:21:50 +0000 (02:21 +0200)] 
fix: check worker aliveness in all case

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: refine README.md
Jérôme Benoit [Tue, 4 Apr 2023 23:25:18 +0000 (01:25 +0200)] 
docs: refine README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: only pickup a free worker with dynamic pool if the worker selection
Jérôme Benoit [Tue, 4 Apr 2023 22:47:47 +0000 (00:47 +0200)] 
fix: only pickup a free worker with dynamic pool if the worker selection
strategy says so

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: fix code example
Jérôme Benoit [Tue, 4 Apr 2023 21:57:55 +0000 (23:57 +0200)] 
docs: fix code example

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: bind to this some methods in the tasks execution code path
Jérôme Benoit [Tue, 4 Apr 2023 21:54:17 +0000 (23:54 +0200)] 
perf: bind to this some methods in the tasks execution code path

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Tue, 4 Apr 2023 17:14:26 +0000 (19:14 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

13 months agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 4 Apr 2023 17:13:36 +0000 (19:13 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: generate documentation
github-actions[bot] [Tue, 4 Apr 2023 17:11:28 +0000 (17:11 +0000)] 
chore: generate documentation

13 months agochore: v2.4.0 v2.4.0
Jérôme Benoit [Tue, 4 Apr 2023 16:51:13 +0000 (18:51 +0200)] 
chore: v2.4.0

13 months agodocs: update benchmarks vs. external pools
Jérôme Benoit [Tue, 4 Apr 2023 14:27:59 +0000 (16:27 +0200)] 
docs: update benchmarks vs. external pools

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 months agoperf: allow finer grained control over tasks usage computation
Jérôme Benoit [Tue, 4 Apr 2023 12:36:34 +0000 (14:36 +0200)] 
perf: allow finer grained control over tasks usage computation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: v2.4.0-3 v2.4.0-3
Jérôme Benoit [Tue, 4 Apr 2023 08:19:45 +0000 (10:19 +0200)] 
chore: v2.4.0-3

13 months agochore: generate documentation
github-actions[bot] [Tue, 4 Apr 2023 08:09:03 +0000 (08:09 +0000)] 
chore: generate documentation

13 months agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 4 Apr 2023 08:07:18 +0000 (10:07 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: align findFreeWorkerKey() return type with findIndex()
Jérôme Benoit [Tue, 4 Apr 2023 00:20:42 +0000 (02:20 +0200)] 
refactor: align findFreeWorkerKey() return type with findIndex()

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: pickup free worker in the less busy and used strategies for fixed
Jérôme Benoit [Mon, 3 Apr 2023 23:32:38 +0000 (01:32 +0200)] 
perf: pickup free worker in the less busy and used strategies for fixed
pool

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: update benchmarks vs. external pool results
Jérôme Benoit [Mon, 3 Apr 2023 22:53:37 +0000 (00:53 +0200)] 
test: update benchmarks vs. external pool results

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 months agotest: fix FAIR_SHARE strategy in dynamic pool (take 7)
Jérôme Benoit [Mon, 3 Apr 2023 22:45:59 +0000 (00:45 +0200)] 
test: fix FAIR_SHARE strategy in dynamic pool (take 7)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: fix FAIR_SHARE strategy in dynamic pool (take 5)
Jérôme Benoit [Mon, 3 Apr 2023 22:37:41 +0000 (00:37 +0200)] 
test: fix FAIR_SHARE strategy in dynamic pool (take 5)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: fix FAIR_SHARE strategy in dynamic pool (take 4)
Jérôme Benoit [Mon, 3 Apr 2023 22:34:25 +0000 (00:34 +0200)] 
test: fix FAIR_SHARE strategy in dynamic pool (take 4)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: fix FAIR_SHARE strategy in dynamic pool (take 3)
Jérôme Benoit [Mon, 3 Apr 2023 22:28:24 +0000 (00:28 +0200)] 
test: fix FAIR_SHARE strategy in dynamic pool (take 3)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: test: fix FAIR_SHARE strategy in dynamic pool (take 2)
Jérôme Benoit [Mon, 3 Apr 2023 22:17:19 +0000 (00:17 +0200)] 
test: test: fix FAIR_SHARE strategy in dynamic pool (take 2)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agotest: fix FAIR_SHARE strategy in dynamic pool
Jérôme Benoit [Mon, 3 Apr 2023 22:13:27 +0000 (00:13 +0200)] 
test: fix FAIR_SHARE strategy in dynamic pool

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: remove deprecated getter in worker selection strategies code
Jérôme Benoit [Mon, 3 Apr 2023 22:04:09 +0000 (00:04 +0200)] 
refactor: remove deprecated getter in worker selection strategies code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: ensure tasks are distributed equally at less used and less busy
Jérôme Benoit [Mon, 3 Apr 2023 21:38:29 +0000 (23:38 +0200)] 
fix: ensure tasks are distributed equally at less used and less busy
strategy startup

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: enhance some methods documentation
Jérôme Benoit [Mon, 3 Apr 2023 21:20:17 +0000 (23:20 +0200)] 
docs: enhance some methods documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: update changelogs entries
Jérôme Benoit [Mon, 3 Apr 2023 20:37:09 +0000 (22:37 +0200)] 
docs: update changelogs entries

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoMerge branch 'master' of github.com:jerome-benoit/poolifier
Jérôme Benoit [Mon, 3 Apr 2023 20:29:04 +0000 (22:29 +0200)] 
Merge branch 'master' of github.com:jerome-benoit/poolifier

13 months agodocs: add benchmarks vs. external threads pools on latest versions
Jérôme Benoit [Mon, 3 Apr 2023 20:27:16 +0000 (22:27 +0200)] 
docs: add benchmarks vs. external threads pools on latest versions

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
13 months agodocs: update README.md
Jérôme Benoit [Mon, 3 Apr 2023 19:34:12 +0000 (21:34 +0200)] 
docs: update README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild: switch benchmarks to pnpm
Jérôme Benoit [Mon, 3 Apr 2023 18:50:00 +0000 (20:50 +0200)] 
build: switch benchmarks to pnpm

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: v2.4.0-2 v2.4.0-2
Jérôme Benoit [Mon, 3 Apr 2023 18:23:00 +0000 (20:23 +0200)] 
chore: v2.4.0-2

13 months agodocs: update changelog entries
Jérôme Benoit [Mon, 3 Apr 2023 18:22:13 +0000 (20:22 +0200)] 
docs: update changelog entries

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild: add --no-git-checks everywhere for pnpm publication
Jérôme Benoit [Mon, 3 Apr 2023 18:19:04 +0000 (20:19 +0200)] 
build: add --no-git-checks everywhere for pnpm publication

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild: ensure pnpm will publish in CI even with uncommited changes
Jérôme Benoit [Mon, 3 Apr 2023 18:17:25 +0000 (20:17 +0200)] 
build: ensure pnpm will publish in CI even with uncommited changes

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: v2.4.0-1 v2.4.0-1
Jérôme Benoit [Mon, 3 Apr 2023 18:09:13 +0000 (20:09 +0200)] 
chore: v2.4.0-1

13 months agobuild: fix npm registry publication with pnpm
Jérôme Benoit [Mon, 3 Apr 2023 18:07:24 +0000 (20:07 +0200)] 
build: fix npm registry publication with pnpm

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: v2.4.0-0 v2.4.0-0
Jérôme Benoit [Mon, 3 Apr 2023 17:59:59 +0000 (19:59 +0200)] 
chore: v2.4.0-0

13 months agochore: generate documentation
github-actions[bot] [Mon, 3 Apr 2023 17:54:10 +0000 (17:54 +0000)] 
chore: generate documentation

13 months agobuild(deps-dev): apply updates
Jérôme Benoit [Mon, 3 Apr 2023 17:49:22 +0000 (19:49 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: add missing type param
Jérôme Benoit [Mon, 3 Apr 2023 17:29:14 +0000 (19:29 +0200)] 
docs: add missing type param

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: ensure worker removal impact is propated to worker choice strategy
Jérôme Benoit [Mon, 3 Apr 2023 17:09:06 +0000 (19:09 +0200)] 
fix: ensure worker removal impact is propated to worker choice strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: use worker key as much as possible instead of a reference to the
Jérôme Benoit [Mon, 3 Apr 2023 15:13:07 +0000 (17:13 +0200)] 
perf: use worker key as much as possible instead of a reference to the
worker instance

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: use worker key instead of worker instance
Jérôme Benoit [Mon, 3 Apr 2023 11:42:14 +0000 (13:42 +0200)] 
perf: use worker key instead of worker instance

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: remove unneeded nullish check in hot code paths
Jérôme Benoit [Mon, 3 Apr 2023 10:04:06 +0000 (12:04 +0200)] 
perf: remove unneeded nullish check in hot code paths

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agobuild(deps-dev): apply update
Jérôme Benoit [Mon, 3 Apr 2023 09:57:46 +0000 (11:57 +0200)] 
build(deps-dev): apply update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: condition style
Jérôme Benoit [Mon, 3 Apr 2023 09:55:36 +0000 (11:55 +0200)] 
refactor: condition style

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: use a single array to store pool workers and their related data
Jérôme Benoit [Sun, 2 Apr 2023 20:10:47 +0000 (22:10 +0200)] 
perf: use a single array to store pool workers and their related data

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofeat: add less busy worker choice strategy to internal benchmarks
Jérôme Benoit [Sun, 2 Apr 2023 19:07:39 +0000 (21:07 +0200)] 
feat: add less busy worker choice strategy to internal benchmarks

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agodocs: highlight breaking changes
Jérôme Benoit [Sun, 2 Apr 2023 18:20:37 +0000 (20:20 +0200)] 
docs: highlight breaking changes

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofeat: add less busy worker choice strategy
Jérôme Benoit [Sun, 2 Apr 2023 17:59:21 +0000 (19:59 +0200)] 
feat: add less busy worker choice strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: rename a worker choice strategy
Jérôme Benoit [Sun, 2 Apr 2023 17:13:10 +0000 (19:13 +0200)] 
refactor: rename a worker choice strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: remove unneeded intermediate variable
Jérôme Benoit [Sun, 2 Apr 2023 15:52:35 +0000 (17:52 +0200)] 
refactor: remove unneeded intermediate variable

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agorefactor: remove unneeded encapsulation around tasks usage handling
Jérôme Benoit [Sun, 2 Apr 2023 15:06:57 +0000 (17:06 +0200)] 
refactor: remove unneeded encapsulation around tasks usage handling

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoperf: take into account the number of run tasks in LRU worker choice
Jérôme Benoit [Sun, 2 Apr 2023 14:30:02 +0000 (16:30 +0200)] 
perf: take into account the number of run tasks in LRU worker choice
strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: add missing crypto import
Jérôme Benoit [Sun, 2 Apr 2023 13:37:39 +0000 (15:37 +0200)] 
fix: add missing crypto import

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agofix: use UUIDv4 for message id to avoid integer overflow
Jérôme Benoit [Sun, 2 Apr 2023 13:27:54 +0000 (15:27 +0200)] 
fix: use UUIDv4 for message id to avoid integer overflow

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Sun, 2 Apr 2023 11:57:30 +0000 (13:57 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

13 months agoperf: use a single map to store pool workers and their related data
Jérôme Benoit [Sun, 2 Apr 2023 11:55:59 +0000 (13:55 +0200)] 
perf: use a single map to store pool workers and their related data

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 months agochore: generate documentation
github-actions[bot] [Sat, 1 Apr 2023 20:26:35 +0000 (20:26 +0000)] 
chore: generate documentation

13 months agochore: add changelog entry
Jérôme Benoit [Sat, 1 Apr 2023 20:24:01 +0000 (22:24 +0200)] 
chore: add changelog entry

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