First readme version
authoraardizio <alessandroardizio94@gmail.com>
Sun, 19 Jan 2020 15:55:01 +0000 (16:55 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Sun, 19 Jan 2020 15:55:01 +0000 (16:55 +0100)
README.MD [new file with mode: 0644]

diff --git a/README.MD b/README.MD
new file mode 100644 (file)
index 0000000..c173361
--- /dev/null
+++ b/README.MD
@@ -0,0 +1,6 @@
+# Node Pool :arrow_double_up: :on:
+Node pool contains two <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a> pool implementations. <br>
+The first implementation is a static thread pool , with a defined number of threads that are started at creation time .<br>
+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 ) <br>
+
+