poolifier.git
12 months agorefactor: factor out worker runtime getter
Jérôme Benoit [Sat, 13 May 2023 13:40:46 +0000 (15:40 +0200)] 
refactor: factor out worker runtime getter

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' of github.com:poolifier/poolifier into interleaved-weighted...
Jérôme Benoit [Fri, 12 May 2023 20:44:38 +0000 (22:44 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier into interleaved-weighted-round-robin-worker-choice-strategy

12 months agorefactor: forEach -> for ... of on collections
Jérôme Benoit [Fri, 12 May 2023 20:41:51 +0000 (22:41 +0200)] 
refactor: forEach -> for ... of on collections

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Fri, 12 May 2023 20:20:07 +0000 (22:20 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Fri, 12 May 2023 18:05:51 +0000 (20:05 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
12 months agoMerge branch 'master' of github.com:jerome-benoit/poolifier
Jérôme Benoit [Fri, 12 May 2023 13:59:25 +0000 (15:59 +0200)] 
Merge branch 'master' of github.com:jerome-benoit/poolifier

12 months agodocs: update benchmark vs. external pools
Jérôme Benoit [Fri, 12 May 2023 13:58:33 +0000 (15:58 +0200)] 
docs: update benchmark vs. external pools

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
12 months agodocs: add comment on utils helpers
Jérôme Benoit [Fri, 12 May 2023 13:55:57 +0000 (15:55 +0200)] 
docs: add comment on utils helpers

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Fri, 12 May 2023 12:22:51 +0000 (14:22 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: simplify chooseWorkerNode() signature
Jérôme Benoit [Thu, 11 May 2023 07:43:21 +0000 (09:43 +0200)] 
refactor: simplify chooseWorkerNode() signature

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Wed, 10 May 2023 19:57:10 +0000 (21:57 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Wed, 10 May 2023 19:40:44 +0000 (21:40 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Wed, 10 May 2023 08:50:03 +0000 (10:50 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agochore: v2.4.14 v2.4.14
Jérôme Benoit [Tue, 9 May 2023 12:41:10 +0000 (14:41 +0200)] 
chore: v2.4.14

12 months agochore: generate documentation
github-actions[bot] [Tue, 9 May 2023 12:38:34 +0000 (12:38 +0000)] 
chore: generate documentation

12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Tue, 9 May 2023 12:19:50 +0000 (14:19 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: update changelog, take 2
Jérôme Benoit [Tue, 9 May 2023 09:00:25 +0000 (11:00 +0200)] 
docs: update changelog, take 2

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: update changelog
Jérôme Benoit [Tue, 9 May 2023 08:59:17 +0000 (10:59 +0200)] 
docs: update changelog

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: add queue tests
Jérôme Benoit [Tue, 9 May 2023 08:55:43 +0000 (10:55 +0200)] 
test: add queue tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: improve median computation test
Jérôme Benoit [Mon, 8 May 2023 23:19:45 +0000 (01:19 +0200)] 
test: improve median computation test

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoperf: optimize median computation implementation
Jérôme Benoit [Mon, 8 May 2023 23:09:53 +0000 (01:09 +0200)] 
perf: optimize median computation implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: do not add undefined task runtime to the history
Jérôme Benoit [Mon, 8 May 2023 22:47:21 +0000 (00:47 +0200)] 
fix: do not add undefined task runtime to the history

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: cleanup median computation code
Jérôme Benoit [Mon, 8 May 2023 22:35:02 +0000 (00:35 +0200)] 
refactor: cleanup median computation code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: handle empty data set in median computation
Jérôme Benoit [Mon, 8 May 2023 22:26:57 +0000 (00:26 +0200)] 
fix: handle empty data set in median computation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: remove unneeded array building in median computation
Jérôme Benoit [Mon, 8 May 2023 20:50:17 +0000 (22:50 +0200)] 
refactor: remove unneeded array building in median computation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: fix median computation
Jérôme Benoit [Mon, 8 May 2023 20:45:36 +0000 (22:45 +0200)] 
fix: fix median computation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: add tests for utils helper
Jérôme Benoit [Mon, 8 May 2023 20:31:36 +0000 (22:31 +0200)] 
test: add tests for utils helper

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: refine README.md
Jérôme Benoit [Mon, 8 May 2023 18:27:26 +0000 (20:27 +0200)] 
docs: refine README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: refine README.md
Jérôme Benoit [Mon, 8 May 2023 18:12:08 +0000 (20:12 +0200)] 
docs: refine README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: fix link to GitHub action badge for real
Jérôme Benoit [Mon, 8 May 2023 18:07:17 +0000 (20:07 +0200)] 
docs: fix link to GitHub action badge for real

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

12 months agodocs: fix link to GitHub workflow status
Jérôme Benoit [Mon, 8 May 2023 18:03:48 +0000 (20:03 +0200)] 
docs: fix link to GitHub workflow status

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Mon, 8 May 2023 15:54:58 +0000 (17:54 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agodocs: update benchmarks vs. external pool
Jérôme Benoit [Mon, 8 May 2023 15:50:45 +0000 (17:50 +0200)] 
docs: update benchmarks vs. external pool

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Mon, 8 May 2023 12:18:46 +0000 (14:18 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agochore: v2.4.13 v2.4.13
Jérôme Benoit [Mon, 8 May 2023 12:06:14 +0000 (14:06 +0200)] 
chore: v2.4.13

12 months agochore: generate documentation
github-actions[bot] [Mon, 8 May 2023 12:04:06 +0000 (12:04 +0000)] 
chore: generate documentation

12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Mon, 8 May 2023 12:02:14 +0000 (14:02 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: generate documentation
github-actions[bot] [Mon, 8 May 2023 11:51:20 +0000 (11:51 +0000)] 
chore: generate documentation

12 months agodocs: refine code comments
Jérôme Benoit [Mon, 8 May 2023 11:49:07 +0000 (13:49 +0200)] 
docs: refine code comments

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: improve error handling tests
Jérôme Benoit [Mon, 8 May 2023 11:27:58 +0000 (13:27 +0200)] 
test: improve error handling tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: update changelog entries
Jérôme Benoit [Mon, 8 May 2023 11:03:28 +0000 (13:03 +0200)] 
docs: update changelog entries

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'interleaved-weighted-round-robin-worker-choice-strategy' of github...
Jérôme Benoit [Mon, 8 May 2023 11:00:49 +0000 (13:00 +0200)] 
Merge branch 'interleaved-weighted-round-robin-worker-choice-strategy' of github.com:poolifier/poolifier into interleaved-weighted-round-robin-worker-choice-strategy

12 months agofix: fix merge with master
Jérôme Benoit [Mon, 8 May 2023 10:59:55 +0000 (12:59 +0200)] 
fix: fix merge with master

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' of github.com:poolifier/poolifier into interleaved-weighted...
Jérôme Benoit [Mon, 8 May 2023 10:59:02 +0000 (12:59 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier into interleaved-weighted-round-robin-worker-choice-strategy

12 months agofix: fix workey weights input validation
Jérôme Benoit [Mon, 8 May 2023 10:49:01 +0000 (12:49 +0200)] 
fix: fix workey weights input validation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Mon, 8 May 2023 10:01:05 +0000 (12:01 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agotest: enchance worker node key choice tests
Jérôme Benoit [Mon, 8 May 2023 09:16:06 +0000 (11:16 +0200)] 
test: enchance worker node key choice tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: test for undefined worker node key chosen
Jérôme Benoit [Mon, 8 May 2023 09:12:47 +0000 (11:12 +0200)] 
test: test for undefined worker node key chosen

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: cleanup IWRR properties
Jérôme Benoit [Sun, 7 May 2023 22:05:52 +0000 (00:05 +0200)] 
refactor: cleanup IWRR properties

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Sun, 7 May 2023 21:47:47 +0000 (23:47 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Sun, 7 May 2023 21:46:07 +0000 (23:46 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: generate documentation
github-actions[bot] [Sun, 7 May 2023 21:40:33 +0000 (21:40 +0000)] 
chore: generate documentation

12 months agodocs: refine code comment
Jérôme Benoit [Sun, 7 May 2023 21:38:23 +0000 (23:38 +0200)] 
docs: refine code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: generate documentation
github-actions[bot] [Sun, 7 May 2023 21:33:00 +0000 (21:33 +0000)] 
chore: generate documentation

12 months agobuild(ci): fix documentation generation
Jérôme Benoit [Sun, 7 May 2023 21:30:51 +0000 (23:30 +0200)] 
build(ci): fix documentation generation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: silence typedoc warning
Jérôme Benoit [Sun, 7 May 2023 21:24:22 +0000 (23:24 +0200)] 
docs: silence typedoc warning

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: cleanup variable namespace in IWRR code
Jérôme Benoit [Sun, 7 May 2023 21:12:36 +0000 (23:12 +0200)] 
refactor: cleanup variable namespace in IWRR code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
Jérôme Benoit [Sun, 7 May 2023 21:00:34 +0000 (23:00 +0200)] 
Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy

12 months agorefactor: worker choice strategies remove() simplification
Jérôme Benoit [Sun, 7 May 2023 20:57:11 +0000 (22:57 +0200)] 
refactor: worker choice strategies remove() simplification

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: fix round handling at worker removal in IWRR
Jérôme Benoit [Sun, 7 May 2023 20:49:55 +0000 (22:49 +0200)] 
fix: fix round handling at worker removal in IWRR

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: implement IWRR as incremental nested loops
Jérôme Benoit [Sun, 7 May 2023 20:42:12 +0000 (22:42 +0200)] 
refactor: implement IWRR as incremental nested loops

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: calculate round weights in IWRR at setting worker choice strategy
Jérôme Benoit [Sun, 7 May 2023 17:05:34 +0000 (19:05 +0200)] 
fix: calculate round weights in IWRR at setting worker choice strategy
options

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofeat: initial IWRR worker choice implementation
Jérôme Benoit [Sun, 7 May 2023 16:28:22 +0000 (18:28 +0200)] 
feat: initial IWRR worker choice implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: fix fair share worker choice strategy internals update
Jérôme Benoit [Sun, 7 May 2023 13:45:03 +0000 (15:45 +0200)] 
fix: fix fair share worker choice strategy internals update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agobuild(ci): silence GH actions warnings
Jérôme Benoit [Sat, 6 May 2023 22:04:56 +0000 (00:04 +0200)] 
build(ci): silence GH actions warnings

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: v2.4.12 v2.4.12
Jérôme Benoit [Sat, 6 May 2023 21:29:30 +0000 (23:29 +0200)] 
chore: v2.4.12

12 months agochore: generate documentation
github-actions[bot] [Sat, 6 May 2023 21:02:55 +0000 (21:02 +0000)] 
chore: generate documentation

12 months agodocs: refine code comments
Jérôme Benoit [Sat, 6 May 2023 20:43:46 +0000 (22:43 +0200)] 
docs: refine code comments

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: simplify worker inputs checking code
Jérôme Benoit [Sat, 6 May 2023 20:22:32 +0000 (22:22 +0200)] 
refactor: simplify worker inputs checking code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: silence sonar code smell
Jérôme Benoit [Sat, 6 May 2023 20:06:40 +0000 (22:06 +0200)] 
fix: silence sonar code smell

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: update changelog
Jérôme Benoit [Sat, 6 May 2023 19:10:58 +0000 (21:10 +0200)] 
docs: update changelog

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: fix empty pool test
Jérôme Benoit [Sat, 6 May 2023 18:31:21 +0000 (20:31 +0200)] 
test: fix empty pool test

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: fix fair share algorithm implementation
Jérôme Benoit [Sat, 6 May 2023 18:25:18 +0000 (20:25 +0200)] 
fix: fix fair share algorithm implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: fix faire share worker choice stategy internals update
Jérôme Benoit [Sat, 6 May 2023 13:21:23 +0000 (15:21 +0200)] 
fix: fix faire share worker choice stategy internals update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agodocs: refine README.md
Jérôme Benoit [Sat, 6 May 2023 09:26:51 +0000 (11:26 +0200)] 
docs: refine README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Fri, 5 May 2023 21:45:16 +0000 (23:45 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: factor out inputs type check
Jérôme Benoit [Fri, 5 May 2023 21:21:58 +0000 (23:21 +0200)] 
refactor: factor out inputs type check

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Fri, 5 May 2023 19:50:58 +0000 (21:50 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: fix fair share strategy
Jérôme Benoit [Fri, 5 May 2023 19:39:26 +0000 (21:39 +0200)] 
test: fix fair share strategy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofeat: add custom worker weights to worker choice strategies options
Jérôme Benoit [Fri, 5 May 2023 18:41:43 +0000 (20:41 +0200)] 
feat: add custom worker weights to worker choice strategies options

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge pull request #747 from poolifier/multiple-functions
Jérôme Benoit [Fri, 5 May 2023 14:44:07 +0000 (16:44 +0200)] 
Merge pull request #747 from poolifier/multiple-functions

12 months agofix: check that task functions worker parameter is not empty
Jérôme Benoit [Fri, 5 May 2023 14:32:06 +0000 (16:32 +0200)] 
fix: check that task functions worker parameter is not empty

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agorefactor: cleanup import
Jérôme Benoit [Fri, 5 May 2023 14:12:38 +0000 (16:12 +0200)] 
refactor: cleanup import

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agofix: fix default task function handling with multiple task functions
Jérôme Benoit [Fri, 5 May 2023 13:54:20 +0000 (15:54 +0200)] 
fix: fix default task function handling with multiple task functions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agotest: add multi tasks worker
Jérôme Benoit [Fri, 5 May 2023 11:53:31 +0000 (13:53 +0200)] 
test: add multi tasks worker

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into multiple-functions
Jérôme Benoit [Fri, 5 May 2023 08:36:41 +0000 (10:36 +0200)] 
Merge branch 'master' into multiple-functions

12 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Fri, 5 May 2023 07:29:12 +0000 (09:29 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

12 months agobuild: bump volta node version
Jérôme Benoit [Fri, 5 May 2023 07:27:48 +0000 (09:27 +0200)] 
build: bump volta node version

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: generate documentation
github-actions[bot] [Thu, 4 May 2023 22:44:26 +0000 (22:44 +0000)] 
chore: generate documentation

12 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Thu, 4 May 2023 22:42:16 +0000 (00:42 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

12 months agodocs: fix queue code comment
Jérôme Benoit [Thu, 4 May 2023 22:41:18 +0000 (00:41 +0200)] 
docs: fix queue code comment

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: generate documentation
github-actions[bot] [Thu, 4 May 2023 22:38:14 +0000 (22:38 +0000)] 
chore: generate documentation

12 months agoMerge branch 'master' of github.com:poolifier/poolifier
Jérôme Benoit [Thu, 4 May 2023 22:35:59 +0000 (00:35 +0200)] 
Merge branch 'master' of github.com:poolifier/poolifier

12 months agodocs: add comments in queue implementation
Jérôme Benoit [Thu, 4 May 2023 22:34:56 +0000 (00:34 +0200)] 
docs: add comments in queue implementation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agochore: generate documentation
github-actions[bot] [Thu, 4 May 2023 22:28:39 +0000 (22:28 +0000)] 
chore: generate documentation

12 months agoMerge branch 'master' into multiple-functions
Jérôme Benoit [Thu, 4 May 2023 22:26:17 +0000 (00:26 +0200)] 
Merge branch 'master' into multiple-functions

12 months agobuild(deps-dev): apply updates
Jérôme Benoit [Thu, 4 May 2023 22:25:24 +0000 (00:25 +0200)] 
build(deps-dev): apply updates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 months agoMerge branch 'master' into multiple-functions
Jérôme Benoit [Thu, 4 May 2023 22:22:28 +0000 (00:22 +0200)] 
Merge branch 'master' into multiple-functions

12 months agoMerge branch 'master' into multiple-functions
Jérôme Benoit [Thu, 4 May 2023 22:20:43 +0000 (00:20 +0200)] 
Merge branch 'master' into multiple-functions