feat: use O(1) queue implementation
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
2023-05-04  Jérôme Benoitfeat: use O(1) queue implementation
2023-04-16  Jérôme Benoitrefactor: cleanup internal benchmark code
2023-04-15  Jérôme Benoitfeat: add pool runtime setters
2023-04-14  Jérôme Benoitfix: fix worker function type definition and validation
2023-04-14  Jérôme Benoittest: add tasks queuing tests
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 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: add PoolEvents/PoolEvent types
2023-04-05  Jérôme Benoitfeat: add 'full' event on dynamic pool emitter
2023-04-03  Jérôme Benoitperf: use worker key as much as possible instead of...
2023-04-02  Jérôme Benoitperf: use a single array to store pool workers and...
2023-04-02  Jérôme Benoitrefactor: rename a worker choice strategy
2023-04-02  Jérôme Benoitrefactor: remove unneeded encapsulation around tasks...
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...
2022-10-21  Jérôme BenoitRefine error types thrown
2022-10-21  Jérôme BenoitRefine attributes scope in dynamic pool code
2022-10-21  Jérôme BenoitOptimize tasks usage lookup implementation.
2022-10-11  Jérôme BenoitTests: simplify tasks usage reset
2022-10-11  Jérôme BenoitTest: Verify that worker pool tasks usage are reset...
2022-10-11  Jérôme BenoitTests: fix promises handling
2022-10-11  Jérôme BenoitTests: Verify that worker pool tasks usage are reset...
2022-10-10  Jérôme BenoitCleanup tests code
2022-10-10  Jérôme BenoitStricter tests expectations
2022-10-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-09  Jérôme BenoitFix lint-staged configuration
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-06-26  Jérôme BenoitUpgrade expect to latest
2021-08-29  Jérôme BenoitAdd a pool option to register a message listener on...
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-09  Jérôme BenoitAdd two tests to assess worker options. (#260)
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-03-07  Jérôme BenoitBenchmarks and tests code cleanups. (#257)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-21  Jérôme BenoitEnsure we always clean up resources in ut. (#214)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
2021-02-16  Alessandro Pio ArdizioMerge pull request #153 from pioardi/add-worker-test
2021-02-16  ShinigamiMerge branch 'master' into add-worker-test
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  aardizioAdd test cases and fixed some sonar code smells