poolifier.git
2023-04-07  Jérôme Benoitchore: v2.4.4 v2.4.4
2023-04-07  github-actions... chore: generate documentation
2023-04-07  Jérôme Benoitrefactor: add PoolEvents/PoolEvent types
2023-04-07  Jérôme Benoitdocs: updates changelog entries
2023-04-07  Jérôme Benoittest: fix a UT
2023-04-07  Jérôme Benoitfix: destroy worker only on check alive checks
2023-04-07  Jérôme Benoitrefactor: limit properties scope on worker choosing...
2023-04-07  Jérôme Benoitrefactor: untangle worker choosing code from worker...
2023-04-07  github-actions... chore: generate documentation
2023-04-07  Jérôme Benoitdocs: fix findFreeWorkerKey() return value
2023-04-07  Jérôme Benoitbuild(deps-dev): apply updates
2023-04-07  Jérôme Benoitchore: v2.4.3 v2.4.3
2023-04-07  github-actions... chore: generate documentation
2023-04-07  Jérôme Benoitrefactor: refine worker options scope
2023-04-07  Jérôme Benoitdocs: update changelog entries
2023-04-07  github-actions... chore: generate documentation
2023-04-07  Jérôme Benoitdocs: fix typedoc generation with inheritance
2023-04-07  Jérôme Benoittest: ensure the worker choice context class is properl...
2023-04-07  Jérôme Benoitrefactor: check for null and undefined
2023-04-06  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-06  Jérôme Benoitdocs: update benchmarks vs. external thread pools
2023-04-06  Jérôme Benoitchore: v2.4.2 v2.4.2
2023-04-06  github-actions... chore: generate documentation
2023-04-06  Jérôme Benoittest: enhance worker selection strategies UTs
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 Benoitbuild(deps-dev): apply updates
2023-04-05  Jérôme Benoitdocs: refine changelog entries
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 Benoitbuild: refine editorconfig configuration
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 Benoitdocs: update benchmarks vs. external pools
2023-04-05  Jérôme Benoittest: cleanup worker function
2023-04-05  Jérôme Benoitrefactor: cleanup type import
2023-04-05  Jérôme Benoitchore: v2.4.1 v2.4.1
2023-04-05  Jérôme Benoitperf: optimize a pool type test
2023-04-05  Jérôme Benoitbuild(deps-dev): apply updates
2023-04-05  github-actions... chore: generate documentation
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  github-actions... chore: generate documentation
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 Benoitdocs: refine README.md
2023-04-04  Jérôme Benoitfix: only pickup a free worker with dynamic pool if...
2023-04-04  Jérôme Benoitdocs: fix code example
2023-04-04  Jérôme Benoitperf: bind to this some methods in the tasks execution...
2023-04-04  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-04  Jérôme Benoitbuild(deps-dev): apply updates
2023-04-04  github-actions... chore: generate documentation
2023-04-04  Jérôme Benoitchore: v2.4.0 v2.4.0
2023-04-04  Jérôme Benoitdocs: update benchmarks vs. external pools
2023-04-04  Jérôme Benoitperf: allow finer grained control over tasks usage...
2023-04-04  Jérôme Benoitchore: v2.4.0-3 v2.4.0-3
2023-04-04  github-actions... chore: generate documentation
2023-04-04  Jérôme Benoitbuild(deps-dev): apply updates
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 Benoittest: update benchmarks vs. external pool results
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 7)
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 5)
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 4)
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 3)
2023-04-03  Jérôme Benoittest: test: fix FAIR_SHARE strategy in dynamic pool...
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool
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: update changelogs entries
2023-04-03  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/poolifier
2023-04-03  Jérôme Benoitdocs: add benchmarks vs. external threads pools on...
2023-04-03  Jérôme Benoitdocs: update README.md
2023-04-03  Jérôme Benoitbuild: switch benchmarks to pnpm
2023-04-03  Jérôme Benoitchore: v2.4.0-2 v2.4.0-2
2023-04-03  Jérôme Benoitdocs: update changelog entries
2023-04-03  Jérôme Benoitbuild: add --no-git-checks everywhere for pnpm publication
2023-04-03  Jérôme Benoitbuild: ensure pnpm will publish in CI even with uncommi...
2023-04-03  Jérôme Benoitchore: v2.4.0-1 v2.4.0-1
2023-04-03  Jérôme Benoitbuild: fix npm registry publication with pnpm
2023-04-03  Jérôme Benoitchore: v2.4.0-0 v2.4.0-0
2023-04-03  github-actions... chore: generate documentation
2023-04-03  Jérôme Benoitbuild(deps-dev): apply updates
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 Benoitbuild(deps-dev): apply update
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 to internal...
2023-04-02  Jérôme Benoitdocs: highlight breaking changes
next