refactor: rename worker choice strategies to sensible names
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
2023-05-30  Jérôme Benoitrefactor: rename worker choice strategies to sensible...
2023-05-29  Jérôme Benoitrefactor: spell fixes
2023-05-29  Jérôme Benoitfeat: switch event emission to async context friendly...
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-05-05  Jérôme Benoitfeat: add custom worker weights to worker choice strate...
2023-04-15  Jérôme Benoitdocs: refine code documentation
2023-04-15  Jérôme Benoitfeat: add pool runtime setters
2023-04-12  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-12  Jérôme Benoitdocs: enhance documentation
2023-04-10  Jérôme Benoitdocs: enhance error message
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  Jérôme Benoitfeat: add option to enable worker tasks queue
2023-04-08  Jérôme Benoitfeat: add tasks queue to pool data structure
2023-04-08  Jérôme Benoitfeat: add median task run time statistic
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-05  Jérôme Benoitdocs: refine documentation
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 Benoitperf: remove unneeded class indirection for dynamic...
2023-04-04  Jérôme Benoitperf: allow finer grained control over tasks usage...
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-02  Jérôme Benoitfeat: add less busy worker choice strategy
2023-04-02  Jérôme Benoitrefactor: rename a worker choice strategy
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-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-09  Jérôme BenoitAdd WRR worker choice strategy
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime