repositories
/
poolifier.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
refactor: remove unneeded encapsulation around tasks usage handling
[poolifier.git]
/
src
/
pools
/
2023-04-02
Jérôme Benoit
refactor: remove unneeded encapsulation around tasks...
tree
|
commitdiff
2023-04-02
Jérôme Benoit
perf: take into account the number of run tasks in...
tree
|
commitdiff
2023-04-02
Jérôme Benoit
fix: add missing crypto import
tree
|
commitdiff
2023-04-02
Jérôme Benoit
fix: use UUIDv4 for message id to avoid integer overflow
tree
|
commitdiff
2023-04-02
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
tree
|
commitdiff
2023-04-02
Jérôme Benoit
perf: use a single map to store pool workers and their...
tree
|
commitdiff
2023-04-01
Jérôme Benoit
perf: only check worker status when necessary
tree
|
commitdiff
2023-03-18
Jérôme Benoit
fix: fix default worker data value
tree
|
commitdiff
2023-03-18
Jérôme Benoit
fix: brown paper bag bug referencing the same object...
tree
|
commitdiff
2023-03-18
Jérôme Benoit
feat: initial work at bundling ESM and CommonJS
tree
|
commitdiff
2023-03-10
Jérôme Benoit
fix: initialize attribute in the constructor
tree
|
commitdiff
2023-02-27
Jérôme Benoit
fix: ensure promise is awaited at pool destroy()
tree
|
commitdiff
2023-02-25
Jérôme Benoit
refactor: freeze empty function type
tree
|
commitdiff
2023-01-24
Jérôme Benoit
Apply dependencies update
tree
|
commitdiff
2023-01-03
Jérôme Benoit
Apply dependencies update
tree
|
commitdiff
2023-01-03
Jérôme Benoit
Initial comment conversion to TSDoc
tree
|
commitdiff
2022-10-22
Jérôme Benoit
Silence sonar
tree
|
commitdiff
2022-10-22
Jérôme Benoit
Properly integrate standard JS tools for JS and TS...
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Refine error types thrown
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Refine attributes scope in dynamic pool code
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Remove unneeded pool attribute
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Fix method scope
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Fix documentation generation
tree
|
commitdiff
2022-10-21
Jérôme Benoit
Optimize tasks usage lookup implementation.
tree
|
commitdiff
2022-10-20
Jérôme Benoit
Benchmarks: properly parse env variables
tree
|
commitdiff
2022-10-15
Jérôme Benoit
Remove uneeded intermediate variable in fair share...
tree
|
commitdiff
2022-10-15
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
tree
|
commitdiff
2022-10-15
Jérôme Benoit
Add support for [cluster settings](https://nodejs.org...
tree
|
commitdiff
2022-10-15
Jérôme Benoit
Silence typedoc warnings
tree
|
commitdiff
2022-10-15
Jérôme Benoit
Refine some comments
tree
|
commitdiff
2022-10-14
Jérôme Benoit
WRR: Fix worker choice initial runtime value on each...
tree
|
commitdiff
2022-10-14
Jérôme Benoit
Optimize WRR implementation
tree
|
commitdiff
2022-10-14
Jérôme Benoit
WRR strategy: cleanups
tree
|
commitdiff
2022-10-14
Jérôme Benoit
Fixes to worker selection strategies
tree
|
commitdiff
2022-10-14
Jérôme Benoit
Flag some attributes as readonly
tree
|
commitdiff
2022-10-13
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
tree
|
commitdiff
2022-10-13
Jérôme Benoit
Fix strategies internals reset
tree
|
commitdiff
2022-10-12
Jérôme Benoit
Tests: assess internal strategy statistics resets at...
tree
|
commitdiff
2022-10-12
Jérôme Benoit
Apply dependencies update
tree
|
commitdiff
2022-10-11
Jérôme Benoit
Document fixes to worker choice strategies
tree
|
commitdiff
2022-10-11
Jérôme Benoit
Reset all internal statistics at worker choice strategy...
tree
|
commitdiff
2022-10-11
Jérôme Benoit
Comment spell fixlet
tree
|
commitdiff
2022-10-11
Jérôme Benoit
Spell fixlets in comment
tree
|
commitdiff
2022-10-11
Jérôme Benoit
WRR strategy: round the default weight computation
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Uniformize some comments
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Fix WRR worker choice strategy implementation
tree
|
commitdiff
2022-10-10
Jérôme Benoit
src/pools/selection-strategies/weighted-round-robin...
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Strict boolean check
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Fix task runtime statistics usage calculation logic
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Fix fair share strategy unix timestamp comparison
tree
|
commitdiff
2022-10-10
Jérôme Benoit
Allow worker choice strategy to specify their statistic...
tree
|
commitdiff
2022-10-09
Jérôme Benoit
Silence sonar
tree
|
commitdiff
2022-10-09
Jérôme Benoit
Add fair sharing worker choice strategy
tree
|
commitdiff
2022-10-09
Jérôme Benoit
Add WRR worker choice strategy
tree
|
commitdiff
2022-10-09
Jérôme Benoit
Enhance tasks statistics
tree
|
commitdiff
2022-10-08
Jérôme Benoit
Generate documentation
tree
|
commitdiff
2022-10-08
Jérôme Benoit
Comment cleanup
tree
|
commitdiff
2022-10-08
Jérôme Benoit
Keep the LRU strategy implementation as optimized as...
tree
|
commitdiff
2022-10-08
Jérôme Benoit
Add dynamic worker choice strategy change at runtime
tree
|
commitdiff
2022-10-07
Jérôme Benoit
Report more cleanups from work in progress PRs
tree
|
commitdiff
2022-10-07
Jérôme Benoit
Report some code cleanups from work in progress PR
tree
|
commitdiff
2022-10-07
Jérôme Benoit
Merge branch 'master' of github.com:poolifier/poolifier
tree
|
commitdiff
2022-10-07
Jérôme Benoit
Fix eslint configuration
tree
|
commitdiff
2022-09-26
Jérôme Benoit
Cleanup
tree
|
commitdiff
2022-01-05
Jérôme Benoit
Use type import for cluster Worker
tree
|
commitdiff
2021-12-30
Jérôme Benoit
Migrate the code to node.js LTS version 16.x.x (#492)
tree
|
commitdiff
2021-08-29
Jérôme Benoit
Add a pool option to register a message listener on...
tree
|
commitdiff
2021-08-21
Jérôme Benoit
Apply dependencies update (#485)
tree
|
commitdiff
2021-07-10
Jérôme Benoit
Apply dependencies update (#439)
tree
|
commitdiff
2021-05-17
Jérôme Benoit
Apply dependencies update. (#369)
tree
|
commitdiff
2021-05-16
Jérôme Benoit
Dedupe worker attributes (#364)
tree
|
commitdiff
2021-05-03
Jérôme Benoit
Fix busy event emission on fixed pool: (#332)
tree
|
commitdiff
2021-03-22
Jérôme Benoit
Avoid to on-by-one in worker function. (#285)
tree
|
commitdiff
2021-03-07
Jérôme Benoit
Fix strategy handling in pool options (#259)
tree
|
commitdiff
2021-03-06
Jérôme Benoit
Pool busy event emitting on all pool types (#241)
tree
|
commitdiff
2021-02-27
aardizio
Rename FullPool event to busy, update benchmarks
tree
|
commitdiff
2021-02-24
Jérôme Benoit
Untangle pool abstract class from worker strategy selec...
tree
|
commitdiff
2021-02-23
Jérôme Benoit
Cleanups on bechmarking and strategies code: (#227)
tree
|
commitdiff
2021-02-23
Alessandro Pio Ardizio
Removed max tasks (#225)
tree
|
commitdiff
2021-02-22
Jérôme Benoit
Improve worker selection strategies coverage. (#220)
tree
|
commitdiff
2021-02-22
Jérôme Benoit
Check that a pool have a minimum number of workers...
tree
|
commitdiff
2021-02-22
Alessandro Pio Ardizio
Benchmarks and performance enhancements (#209)
tree
|
commitdiff
2021-02-21
Shinigami
Extract selection strategies to classes (#176)
tree
|
commitdiff
2021-02-19
Jérôme Benoit
JSONValue can not be used by custom defined interfaces...
tree
|
commitdiff
2021-02-18
Jérôme Benoit
Make the documentation less worker-threads centric...
tree
|
commitdiff
2021-02-18
Alessandro Pio Ardizio
Fix sonar code smells (#184)
tree
|
commitdiff
2021-02-17
Jérôme Benoit
Factor out worker tasks number in/de-crement. (#182)
tree
|
commitdiff
2021-02-17
Alessandro Pio Ardizio
Issue 160 ci unit test (#181)
tree
|
commitdiff
2021-02-17
Alessandro Pio Ardizio
Tests enhancement (#172)
tree
|
commitdiff
2021-02-17
Shinigami
Improve jsdoc comments (#175)
tree
|
commitdiff
2021-02-16
Shinigami92
Merge branch 'master' into add-worker-test
tree
|
commitdiff
2021-02-16
Alessandro Pio Ardizio
Merge pull request #161 from pioardi/issue-70
tree
|
commitdiff
2021-02-16
Shinigami
Improvements for #161 (#169)
tree
|
commitdiff
2021-02-16
aardizio
Add test cases and fixed some sonar code smells
tree
|
commitdiff
2021-02-16
aardizio
Change killBehaviorEnumeration to killBehaviorTypes
tree
|
commitdiff
2021-02-16
Alessandro Pio Ardizio
Merge branch 'master' into issue-70
tree
|
commitdiff
2021-02-16
aardizio
Implementation for killBehavior based on the last feedbacks
tree
|
commitdiff
2021-02-15
Alessandro Pio Ardizio
Merge branch 'master' into issue-70
tree
|
commitdiff
2021-02-15
aardizio
Implement PR reviews
tree
|
commitdiff
2021-02-15
Alessandro Pio Ardizio
Merge branch 'master' into issue-70
tree
|
commitdiff
next