refactor: reorder pool options validation
[poolifier.git] / CHANGELOG.md
2023-09-17  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-09-17  Jérôme Benoitdocs: add changelog entry
2023-09-17  Jérôme Benoitchore: v2.6.45 v2.6.45
2023-09-17  Jérôme Benoitperf: add dynamic thread pool to continuous benchmark
2023-09-16  Jérôme Benoitdocs: refine API documentation
2023-09-16  Jérôme Benoitrefactor: rename pool option tasksStealing to taskStealing
2023-09-16  Jérôme Benoitfeat: add new pool options
2023-09-16  Jérôme Benoitbuild(ci): use PAT for continuous benchmark results
2023-09-16  Jérôme Benoitfeat: add initial continous benchmarking
2023-09-08  Jérôme Benoitdocs: refine changelog entries
2023-09-08  Jérôme Benoitchore: v2.6.44 v2.6.44
2023-09-08  Jérôme Benoitdocs: refine changelog entries
2023-09-08  Jérôme Benoitdocs: add changelog entries
2023-09-08  Jérôme Benoitchore: v2.6.43 v2.6.43
2023-09-08  Jérôme Benoitdocs: add changelog entries
2023-09-07  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-09-06  Jérôme Benoitchore: v2.6.42 v2.6.42
2023-09-06  Jérôme Benoitbuild(deps-dev): apply updates
2023-09-05  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2023-09-03  Jérôme Benoitchore: v2.6.41 v2.6.41
2023-09-03  Jérôme Benoitfeat: optimize worker choice strategies implementation
2023-09-01  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/poolifier
2023-09-01  Jérôme Benoitchore: v2.6.40 v2.6.40
2023-09-01  Jérôme BenoitMerge branch 'master' into combined-prs-branch
2023-08-31  Jérôme Benoitdocs: add changelog entry
2023-08-31  Jérôme Benoitdocs: add changelog entry
2023-08-30  Jérôme Benoitchore: v2.6.39 v2.6.39
2023-08-30  Jérôme Benoitfix: fix race condition in worker choice strategies
2023-08-30  Jérôme Benoitchore: v2.6.38 v2.6.38
2023-08-30  Jérôme Benoitfeat: improve IWRR implementation
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/smtp...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/smtp...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-28  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-08-28  Jérôme Benoitfeat: bundle TS types definition into one file
2023-08-28  Jérôme Benoitchore: v2.6.37 v2.6.37
2023-08-28  Jérôme Benoitdocs: add changelog entry
2023-08-27  Jérôme Benoitfix: fix worker usage statistics handling
2023-08-27  Jérôme Benoitrefactor: cleanup worker choice strategies options...
2023-08-26  Jérôme Benoitchore: v2.6.36 v2.6.36
2023-08-26  Jérôme Benoitfix: fix pool `execute()` arguments checking
2023-08-26  Jérôme Benoitdocs: add changelog entry
2023-08-26  Jérôme Benoitperf: fine tune continuous task stealing algorithm
2023-08-25  Jérôme Benoitchore: v2.6.35 v2.6.35
2023-08-25  Jérôme Benoitfeat: continuous task stealing
2023-08-25  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-25  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-24  Jérôme Benoitdocs: update changelog entries
2023-08-24  Jérôme Benoitfeat: add continuous task stealing
2023-08-24  Jérôme Benoitfix: fix pool information median computation
2023-08-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-08-24  Jérôme Benoitfeat: use SMA and SMM for worker tasks usage
2023-08-24  Jérôme Benoitchore: v2.6.34 v2.6.34
2023-08-24  Jérôme BenoitMerge branch 'master' into combine-prs-branch
2023-08-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-08-24  Jérôme Benoitfix: avoid cascading tasks stealing under back pressure
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/types/node-20.5.4 into...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/webso...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/smtp...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  github-actions[bot]Merge dependabot/npm_and_yarn/examples/typescript/http...
2023-08-23  Jérôme Benoitchore: v2.6.33 v2.6.33
2023-08-23  Jérôme Benoitfix: fix task stealing
2023-08-23  Jérôme Benoitfix: fix queued tasks rescheduling
2023-08-23  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-08-23  Jérôme Benoitrefactor: cleanup tasks queue options namespace
2023-08-23  Jérôme Benoitchore: v2.6.32 v2.6.32
2023-08-23  Jérôme Benoitfix: ensure no task can be executed on destroyed pool
2023-08-22  Jérôme Benoitfeat: add tasks stealing algorithm
2023-08-22  Jérôme Benoitfeat: add O(1) deque
2023-08-20  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-08-20  Jérôme Benoitfeat: add `queueMaxSize` option to tasks queue options
2023-08-20  Jérôme Benoitchore: v2.6.31 v2.6.31
next