summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
aardizio [Sun, 19 Jan 2020 20:40:18 +0000 (21:40 +0100)]
Improvements and unit tests
aardizio [Sun, 19 Jan 2020 16:21:43 +0000 (17:21 +0100)]
Lint
aardizio [Sun, 19 Jan 2020 16:21:23 +0000 (17:21 +0100)]
Merge branch 'master' of https://github.com/pioardi/node-pool
aardizio [Sun, 19 Jan 2020 16:21:12 +0000 (17:21 +0100)]
Linting
Alessandro Pio Ardizio [Sun, 19 Jan 2020 16:19:35 +0000 (17:19 +0100)]
Update main.yml
Alessandro Pio Ardizio [Sun, 19 Jan 2020 16:19:21 +0000 (17:19 +0100)]
Update main.yml
aardizio [Sun, 19 Jan 2020 16:17:52 +0000 (17:17 +0100)]
Setting up github actions
Alessandro Pio Ardizio [Sun, 19 Jan 2020 16:16:56 +0000 (17:16 +0100)]
Create main.yml
Alessandro Pio Ardizio [Sun, 19 Jan 2020 16:03:21 +0000 (17:03 +0100)]
Update README.MD
aardizio [Sun, 19 Jan 2020 16:02:48 +0000 (17:02 +0100)]
Dependabot enabled badge
aardizio [Sun, 19 Jan 2020 15:57:39 +0000 (16:57 +0100)]
Standard style badge
aardizio [Sun, 19 Jan 2020 15:55:01 +0000 (16:55 +0100)]
First readme version
aardizio [Sun, 19 Jan 2020 15:45:31 +0000 (16:45 +0100)]
Added an emitter to the dynamic pool , example splitted and improved
aardizio [Sun, 19 Jan 2020 14:07:07 +0000 (15:07 +0100)]
TODO added
aardizio [Sun, 19 Jan 2020 13:56:05 +0000 (14:56 +0100)]
General clean up
aardizio [Sat, 18 Jan 2020 16:04:21 +0000 (17:04 +0100)]
A dynamic thread pool and a new worker implementation. Next step is to write some unit tests for fixed thread pool
aardizio [Sat, 18 Jan 2020 03:15:09 +0000 (04:15 +0100)]
Working implementation with a very good benchmark based on num of threads
aardizio [Fri, 17 Jan 2020 19:03:07 +0000 (20:03 +0100)]
Performance improvement with round robin algorithm
pioardi [Fri, 17 Jan 2020 16:59:24 +0000 (17:59 +0100)]
Improvement
pioardi [Fri, 17 Jan 2020 16:01:37 +0000 (17:01 +0100)]
First commit with a working example of fixed thread pool
Alessandro Pio Ardizio [Fri, 17 Jan 2020 10:23:28 +0000 (11:23 +0100)]
Initial commit