perf: remove unneeded branching in worker choice strategies
[poolifier.git] / src / pools / abstract-pool.ts
27 hours ago  Jérôme Benoitrefactor: cleanup handleWorkerNodeIdleEvent()
27 hours ago  Jérôme Benoitrefactor: cleanup handleWorkerNodeBackPressureEvent()
37 hours ago  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
3 days ago  Jérôme Benoitrefactor: add ELU statistics to pool information
5 days ago  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
5 days ago  Jérôme Benoitfix: null expection in
6 days ago  Jérôme Benoitfix: off-by-one stolen tasks accounting task function...
6 days ago  Jérôme Benoitfix: ensure task function worker usage is defined befor...
6 days ago  Jérôme Benoitfix: avoid tasks redistribution on the errored worker...
6 days ago  Jérôme Benoitfix: disable `tasksStealingOnBackPressure` by default
7 days ago  Jérôme Benoitperf: optimize task(s) stealing
7 days ago  Jérôme Benoitrefactor: refine UUID type definition
8 days ago  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.12.10 into...
9 days ago  Jérôme Benoitfix: sync worker task performance measurement requirements
13 days ago  Jérôme Benoitfix: fix worker choice strategies behavior
2024-04-30  Jérôme BenoitMerge pull request #2174 from poolifier/task-functions...
2024-04-30  Jérôme Benoitrefactor: cleanup pool start timestamp handling
2024-04-30  Jérôme Benoitfix: set pool start timestamp at start()
2024-04-30  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-30  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-30  Jérôme Benoitrefactor: refine type definition
2024-04-29  Jérôme Benoitfix: only sync worker choice strategies if needed
2024-04-29  Jérôme Benoitfeat: use priority queue for task queueing
2024-04-29  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-29  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-29  Jérôme Benoitrefactor: cleanup Map iteration
2024-04-29  Jérôme Benoitperf: build worker choice strategies policy and task...
2024-04-28  Jérôme Benoitfix: ensure task function ops sync worker choice strategies
2024-04-28  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-28  Jérôme Benoitfeat: add per task function strategy support
2024-04-27  Jérôme Benoitfeat: add task function properties support
2024-04-22  Jérôme Benoitfix: refine type definition for transferList
2024-04-04  Jérôme Benoitdocs: refine code comment
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-04-02  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2024-04-01  Jérôme Benoitfix: properly fix race condition at worker node recreation
2024-04-01  Jérôme Benoitfix: fix worker node recreation race condition
2024-04-01  Jérôme Benoitrefactor: register once internal worker error event...
2024-04-01  Jérôme Benoitfix: guarantee the minimun number of workers on started...
2024-03-20  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-03-18  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-15  Jérôme Benoitfix: do not remove pool event user registered callbacks...
2024-03-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-22  Jérôme Benoitfix: fix null exception regression
2024-01-16  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-01-16  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-01-16  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2024-01-15  Jérôme Benoitfix: fix possible null exception at task finishing
2024-01-09  Jérôme BenoitMerge branch 'master' into combined-prs-branch
2024-01-09  Jérôme Benoitbuild(deps-dev): apply updates
2024-01-07  Jérôme Benoitfeat: expose the number of strategy retries in pool...
2024-01-06  Jérôme Benoitperf: optimize pool emptiness condition
2024-01-05  Jérôme BenoitMerge pull request #1834 from jerome-benoit/fix-dynamic...
2024-01-05  Jérôme Benoitfix: fix dynamic pool with minimum # of workers set...
2024-01-05  Jérôme Benoitdocs: add changelog entry
2024-01-05  Jérôme Benoitfix: emit pool error if continous tasks stealing on...
2024-01-04  Jérôme Benoitrefactor: cleanup some eslint rules disablement
2024-01-04  Jérôme BenoitMerge pull request #1833 from poolifier/combined-prs...
2024-01-04  Jérôme Benoitfix: avoid possible nullish exception
2024-01-04  Jérôme BenoitMerge branch 'master' into combined-prs-branch
2024-01-03  Jérôme Benoitfix: ensure worker node is defined before emitting
2024-01-03  Jérôme Benoitfix: ensure worker info is defined before accessing it
2024-01-03  Jérôme Benoitrefactor: cleanup unneeded no null assertion
2024-01-03  Jérôme Benoitfix: readd nullish checks on worker usage
2024-01-03  Jérôme Benoitbuild: make eslint configuration use strict type checking
2024-01-01  Jérôme Benoitrefactor: code cleanup
2024-01-01  Jérôme Benoitrefactor: cleanup dead code
2023-12-31  Jérôme Benoitfix: properly handle dynamic pool with zero minimum...
2023-12-31  Jérôme Benoitrefactor: remove unneeded worker choice strategy storag...
2023-12-30  Jérôme Benoitrefactor: renable standard JS linter rules
2023-12-27  Jérôme Benoitbuild: switch default to ESM
2023-12-27  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-12-26  Jérôme Benoitrefactor: cleanup conditions
2023-12-26  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-12-24  Jérôme Benoitfix: refine pool statuses handling
2023-12-24  Jérôme Benoitfix: fix worker node cross tasks stealing
2023-12-22  Jérôme Benoitperf: avoid branching on pool type
2023-12-22  Jérôme Benoitperf: avoid branching on pool type
2023-12-21  Jérôme Benoitfix: fix possible null exception at pool destroying
2023-12-20  Jérôme Benoitrefactor: refine worker node existence test
2023-12-20  Jérôme BenoitMerge pull request #1782 from jerome-benoit/fix-worker...
2023-12-20  Jérôme BenoitMerge branch 'master' into fix-worker-readiness
2023-12-20  Jérôme Benoitfix: properly account worker choice retries for WRR
2023-12-19  Jérôme Benoitdocs: refine code comments
2023-12-19  Jérôme Benoitdocs: refine code comment
2023-12-19  Jérôme Benoitfix: ensure worker choice is retried at least the pool...
2023-12-18  Jérôme Benoitfix: fix pool destroying with tasks queuing enabled
2023-12-18  Jérôme Benoitfeat: add queued tasks end timeout support to worker...
2023-12-18  Jérôme Benoitperf: update worker choice strategies internal if needed
2023-12-17  Jérôme Benoitfix: refine possible null exception fix at task respons...
2023-12-17  Jérôme Benoitfix: fix possible null exception at handling task execu...
2023-12-17  Jérôme Benoitfix: wait for queued tasks to end at worker termination
2023-12-17  Jérôme Benoitrefactor: emit worker node event at task end
next