From 2899629e79cdce584d3c46d6021798eeb85dad9e Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Sun, 19 Jan 2020 17:03:21 +0100 Subject: [PATCH] Update README.MD --- README.MD | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.MD b/README.MD index b57d650f..bdbf18a8 100644 --- a/README.MD +++ b/README.MD @@ -2,8 +2,6 @@ [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard) [![Dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot) -https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot - Node pool contains two worker-threads pool implementations.
The first implementation is a static thread pool , with a defined number of threads that are started at creation time .
The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit ).
-- 2.34.1