build(deps-dev): apply updates
[poolifier.git] / tests / pools / worker-node.test.mjs
2 days ago  Jérôme Benoitchore: migrate to eslint 9
3 days ago  Jérôme Benoitperf: enable prioritized tasks queue only when necessary
11 days ago  Jérôme Benoitperf: use optimized circular buffer implementation...
13 days ago  Jérôme Benoitrefactor: cleanup priority queue code
2024-05-10  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/webso...
2024-05-08  Jérôme Benoitrefactor: code cleanups
2024-05-08  Jérôme Benoitfix: disable `tasksStealingOnBackPressure` by default
2024-05-08  Jérôme Benoittest: worker node tasks queue bucket initialization
2024-05-07  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.12.10 into...
2024-04-30  Jérôme BenoitMerge pull request #2174 from poolifier/task-functions...
2024-04-30  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-30  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-29  Jérôme Benoitfeat: use priority queue for task queueing
2024-04-29  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-29  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-28  Jérôme BenoitMerge branch 'master' into task-functions-properties
2024-04-27  Jérôme Benoitfeat: add task function properties support
2024-03-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2023-12-27  Jérôme Benoitbuild: switch default to ESM
2023-12-26  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-12-24  Jérôme Benoitfix: fix worker node cross tasks stealing
2023-12-16  Jérôme Benoitrefactor: cleanup worker error handling code
2023-12-15  Jérôme Benoitrefactor: move worker setup into worker node constructor
2023-11-25  Jérôme Benoittest: cleanup expected data structure
2023-11-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-24  Jérôme Benoitfix: fix continuous tasks stealing on idle start at...
2023-11-24  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-11-24  Jérôme Benoitfeat: fire tasks stealing at worker node idling
2023-10-08  Jérôme Benoittest: toThrowError() -> toThrow()
2023-09-30  Jérôme BenoitMerge dependabot/npm_and_yarn/examples/typescript/http...
2023-09-29  Jérôme Benoittest: switch thread worker to ESM
2023-09-29  Jérôme Benoittest: switch to ESM