poolifier.git
2023-04-09  Jérôme Benoitchore: v2.4.5 v2.4.5
2023-04-09  github-actions... chore: generate documentation
2023-04-09  Jérôme Benoitdocs: refine tasks response handling documentation
2023-04-09  Jérôme Benoitrefactor: change tasks queue helpers scope
2023-04-09  github-actions... chore: generate documentation
2023-04-09  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-09  Jérôme Benoitdocs: enhance worker choice strategy option
2023-04-09  github-actions... chore: generate documentation
2023-04-09  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-09  Jérôme Benoitfix: add missing worker choice strategy options export
2023-04-09  github-actions... chore: generate documentation
2023-04-09  Jérôme Benoitfeat: add pool option to enable median runtime
2023-04-09  Jérôme Benoitfeat: add option to enable worker tasks queue
2023-04-08  Jérôme Benoitdocs: comment cleanup
2023-04-08  Jérôme Benoitrefactor: prepare the code to handle task abstraction...
2023-04-08  Jérôme Benoitfeat: add tasks queue to pool data structure
2023-04-08  Jérôme Benoitrefactor: switch Date.now() -> performance.now() where...
2023-04-08  Jérôme Benoitfix: fix eslint spelling warnings
2023-04-08  Jérôme Benoitfeat: use monotonic high resolution timer for worker...
2023-04-08  Jérôme Benoitfeat: add median task run time statistic
2023-04-08  Jérôme Benoitdocs: sync worker choice context constructor comment
2023-04-08  Jérôme Benoitbuild(deps-dev): apply updates
2023-04-08  Jérôme Benoitdocs: update benchmarks vs. external pools
2023-04-07  github-actions... chore: generate documentation
2023-04-07  Jérôme Benoitbuild: fix new files handling at documentation generation
2023-04-07  Jérôme Benoitdocs: update changelog entries
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...
next