chore: v2.4.2
[poolifier.git] / src /
2023-04-06  Jérôme Benoitrefactor: remove unused method argument
2023-04-06  Jérôme Benoitperf: remove unneeded nullish checks in hot code paths
2023-04-06  Jérôme Benoitperf: pre-instantiate worker choice strategies
2023-04-05  Jérôme Benoitfix: ensure worker key can't be negative in worker...
2023-04-05  Jérôme Benoitdocs: refine documentation
2023-04-05  Jérôme Benoitfeat: cache in a map worker choice strategy to allow...
2023-04-05  Jérôme Benoitrefactor: move worker choice instance helper into the...
2023-04-05  Jérôme Benoitrefactor: use class property if appropriate
2023-04-05  Jérôme Benoitrefactor: conditionally reset strategy internals
2023-04-05  Jérôme Benoitfeat: add 'full' event on dynamic pool emitter
2023-04-05  Jérôme Benoitrefactor: apply stricter strategy design pattern requir...
2023-04-05  Jérôme Benoitrefactor: cleanup type import
2023-04-05  Jérôme Benoitperf: optimize a pool type test
2023-04-05  Jérôme Benoitdocs: fix pool internal interface documentation
2023-04-05  Jérôme Benoitrefactor: propagate generics type
2023-04-05  Jérôme Benoitperf: remove unneeded class indirection for dynamic...
2023-04-05  Jérôme Benoitfix: fix dynamic pool busy semantic
2023-04-05  Jérôme Benoitfix: check worker aliveness in all case
2023-04-04  Jérôme Benoitfix: only pickup a free worker with dynamic pool if...
2023-04-04  Jérôme Benoitperf: bind to this some methods in the tasks execution...
2023-04-04  Jérôme Benoitperf: allow finer grained control over tasks usage...
2023-04-04  Jérôme Benoitrefactor: align findFreeWorkerKey() return type with...
2023-04-03  Jérôme Benoitperf: pickup free worker in the less busy and used...
2023-04-03  Jérôme Benoitrefactor: remove deprecated getter in worker selection...
2023-04-03  Jérôme Benoitfix: ensure tasks are distributed equally at less used...
2023-04-03  Jérôme Benoitdocs: enhance some methods documentation
2023-04-03  Jérôme Benoitdocs: add missing type param
2023-04-03  Jérôme Benoitfix: ensure worker removal impact is propated to worker...
2023-04-03  Jérôme Benoitperf: use worker key as much as possible instead of...
2023-04-03  Jérôme Benoitperf: use worker key instead of worker instance
2023-04-03  Jérôme Benoitperf: remove unneeded nullish check in hot code paths
2023-04-03  Jérôme Benoitrefactor: condition style
2023-04-02  Jérôme Benoitperf: use a single array to store pool workers and...
2023-04-02  Jérôme Benoitfeat: add less busy worker choice strategy
2023-04-02  Jérôme Benoitrefactor: rename a worker choice strategy
2023-04-02  Jérôme Benoitrefactor: remove unneeded intermediate variable
2023-04-02  Jérôme Benoitrefactor: remove unneeded encapsulation around tasks...
2023-04-02  Jérôme Benoitperf: take into account the number of run tasks in...
2023-04-02  Jérôme Benoitfix: add missing crypto import
2023-04-02  Jérôme Benoitfix: use UUIDv4 for message id to avoid integer overflow
2023-04-02  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-02  Jérôme Benoitperf: use a single map to store pool workers and their...
2023-04-01  Jérôme Benoitperf: only check worker status when necessary
2023-03-18  Jérôme Benoitfix: fix default worker data value
2023-03-18  Jérôme Benoitfix: brown paper bag bug referencing the same object...
2023-03-18  Jérôme Benoitfeat: initial work at bundling ESM and CommonJS
2023-03-10  Jérôme Benoitfix: initialize attribute in the constructor
2023-02-27  Jérôme Benoitfix: ensure promise is awaited at pool destroy()
2023-02-25  Jérôme Benoitrefactor: freeze empty function type
2023-01-24  Jérôme BenoitApply dependencies update
2023-01-03  Jérôme BenoitApply dependencies update
2023-01-03  Jérôme BenoitInitial comment conversion to TSDoc
2022-10-23  Jérôme BenoitRefine code formatting configuration
2022-10-22  Jérôme BenoitSilence sonar
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
2022-10-21  Jérôme BenoitRefine error types thrown
2022-10-21  Jérôme BenoitRefine attributes scope in dynamic pool code
2022-10-21  Jérôme BenoitRemove unneeded pool attribute
2022-10-21  Jérôme BenoitFix method scope
2022-10-21  Jérôme BenoitFix documentation generation
2022-10-21  Jérôme BenoitOptimize tasks usage lookup implementation.
2022-10-20  Jérôme BenoitBenchmarks: properly parse env variables
2022-10-15  Jérôme BenoitRemove uneeded intermediate variable in fair share...
2022-10-15  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-15  Jérôme BenoitAdd support for [cluster settings](https://nodejs.org...
2022-10-15  Jérôme BenoitSilence typedoc warnings
2022-10-15  Jérôme BenoitRefine some comments
2022-10-14  Jérôme BenoitWRR: Fix worker choice initial runtime value on each...
2022-10-14  Jérôme BenoitOptimize WRR implementation
2022-10-14  Jérôme BenoitWRR strategy: cleanups
2022-10-14  Jérôme BenoitFixes to worker selection strategies
2022-10-14  Jérôme BenoitFlag some attributes as readonly
2022-10-13  Jérôme BenoitTests: be more strict on number expectation
2022-10-13  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-13  Jérôme BenoitFix strategies internals reset
2022-10-12  Jérôme BenoitTests: assess internal strategy statistics resets at...
2022-10-12  Jérôme BenoitApply dependencies update
2022-10-11  Jérôme BenoitDocument fixes to worker choice strategies
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-11  Jérôme BenoitStrict boolean check
2022-10-11  Jérôme BenoitComment spell fixlet
2022-10-11  Jérôme BenoitSpell fixlets in comment
2022-10-11  Jérôme BenoitWRR strategy: round the default weight computation
2022-10-10  Jérôme BenoitUniformize some comments
2022-10-10  Jérôme BenoitFix WRR worker choice strategy implementation
2022-10-10  Jérôme Benoitsrc/pools/selection-strategies/weighted-round-robin...
2022-10-10  Jérôme BenoitStrict boolean check
2022-10-10  Jérôme BenoitFix task runtime statistics usage calculation logic
2022-10-10  Jérôme BenoitFix fair share strategy unix timestamp comparison
2022-10-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-09  Jérôme BenoitSilence sonar
2022-10-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-09  Jérôme BenoitAdd WRR worker choice strategy
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-08  Jérôme BenoitGenerate documentation
2022-10-08  Jérôme BenoitComment cleanup
2022-10-08  Jérôme BenoitKeep the LRU strategy implementation as optimized as...
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-10-07  Jérôme BenoitReport some code cleanups from work in progress PR
next