build(deps-dev): apply updates
[poolifier.git] / src / pools / abstract-pool.ts
13 hours ago  Jérôme Benoitbuild: reenable eslint type checking
31 hours ago  Jérôme Benoitrefactor: code cleanup after eslint 9 migration
32 hours ago  Jérôme Benoitchore: migrate to eslint 9
2 days ago  Jérôme Benoitperf: enable prioritized tasks queue only when necessary
3 days ago  Jérôme Benoitperf: optimize tasks queue implementation
10 days ago  Jérôme Benoitdocs: refine circular buffer code comments
10 days ago  Jérôme Benoitperf: use optimized circular buffer implementation...
10 days ago  Jérôme Benoitrefactor: code cleanups
11 days ago  Jérôme Benoitfix: fix tasks stealing dynamic worker node handling
12 days ago  Jérôme Benoitrefactor: add ELU utilization to pool info
2024-05-15  Jérôme Benoitdocs: refine code comment
2024-05-15  Jérôme Benoitfix: fix default task function worker choice strategy...
2024-05-14  Jérôme Benoitrefactor: cleanup handleWorkerNodeIdleEvent()
2024-05-14  Jérôme Benoitrefactor: cleanup handleWorkerNodeBackPressureEvent()
2024-05-14  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2024-05-11  Jérôme Benoitrefactor: add ELU statistics to pool information
2024-05-10  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2024-05-09  Jérôme Benoitfix: null expection in
2024-05-09  Jérôme Benoitfix: off-by-one stolen tasks accounting task function...
2024-05-09  Jérôme Benoitfix: ensure task function worker usage is defined befor...
2024-05-09  Jérôme Benoitfix: avoid tasks redistribution on the errored worker...
2024-05-08  Jérôme Benoitfix: disable `tasksStealingOnBackPressure` by default
2024-05-08  Jérôme Benoitperf: optimize task(s) stealing
2024-05-07  Jérôme Benoitrefactor: refine UUID type definition
2024-05-07  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.12.10 into...
2024-05-06  Jérôme Benoitfix: sync worker task performance measurement requirements
2024-05-02  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...
next