fix: fix fair share worker choice strategy internals update
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
2023-05-07  Jérôme Benoitfix: fix fair share worker choice strategy internals...
2023-05-06  Jérôme Benoitdocs: refine code comments
2023-05-06  Jérôme Benoitfix: fix fair share algorithm implementation
2023-05-06  Jérôme Benoitfix: fix faire share worker choice stategy internals...
2023-04-15  Jérôme Benoitperf: properly bind some methods in hot code paths
2023-04-15  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-15  Jérôme Benoitdocs: revert wrong documentation
2023-04-15  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-15  Jérôme Benoitdocs: refine worker choice strategy documentation
2023-04-15  Jérôme Benoitfeat: add pool runtime setters
2023-04-14  Jérôme Benoittest: enhance worker choice strategies tests
2023-04-12  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/poolifier
2023-04-11  Jérôme Benoitrefactor: explicity extends Task for MessageValue type
2023-04-11  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-11  Jérôme Benoitdocs: merge pool internal interface to public
2023-04-10  Jérôme Benoitrefactor: factor out worker choice strategies options...
2023-04-09  Jérôme Benoitfeat: add pool option to enable median runtime
2023-04-08  Jérôme Benoitfeat: add tasks queue to pool data structure
2023-04-08  Jérôme Benoitdocs: sync worker choice context constructor comment
2023-04-07  Jérôme Benoitrefactor: add PoolEvents/PoolEvent types
2023-04-07  Jérôme Benoitrefactor: untangle worker choosing code from worker...
2023-04-06  Jérôme Benoitrefactor: remove unused method argument
2023-04-06  Jérôme Benoitperf: pre-instantiate worker choice strategies
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 Benoitrefactor: apply stricter strategy design pattern requir...
2023-04-05  Jérôme Benoitperf: optimize a pool type test
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-04  Jérôme Benoitperf: bind to this some methods in the tasks execution...
2023-04-03  Jérôme Benoitrefactor: remove deprecated getter in worker selection...
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-01-03  Jérôme BenoitInitial comment conversion to TSDoc
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
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-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-11  Jérôme BenoitSpell fixlets in comment
2022-10-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-08  Jérôme BenoitComment cleanup
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime