perf: remove unneeded class indirection for dynamic pool in worker
[poolifier.git] / src / pools / pool-internal.ts
2023-04-05  Jérôme Benoitperf: remove unneeded class indirection for dynamic...
2023-04-05  Jérôme Benoitfix: fix dynamic pool busy semantic
2023-04-04  Jérôme Benoitrefactor: align findFreeWorkerKey() return type with...
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-02  Jérôme Benoitperf: use a single array to store pool workers and...
2023-04-02  Jérôme Benoitrefactor: remove unneeded encapsulation around tasks...
2023-04-02  Jérôme Benoitperf: take into account the number of run tasks in...
2023-04-02  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-02  Jérôme Benoitperf: use a single map to store pool workers and their...
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-21  Jérôme BenoitRemove unneeded pool attribute
2022-10-21  Jérôme BenoitFix documentation generation
2022-10-15  Jérôme BenoitRefine some comments
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-10  Jérôme BenoitUniformize some comments
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-27  aardizioRename FullPool event to busy, update benchmarks
2021-02-24  Jérôme BenoitUntangle pool abstract class from worker strategy selec...
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)