From 2a49ec4b2de872c68373c24d74e057a6cf4b48c4 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Sun, 26 Jan 2020 16:44:04 +0100 Subject: [PATCH] Update README.MD --- README.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 636c3d56..7dc0a1ed 100644 --- a/README.MD +++ b/README.MD @@ -9,7 +9,7 @@ )

Why Poolifier?

-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using worker-threads .
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements thread pools ( yes, more thread pool implemenetations, so you can choose which one fit better for you ) using worker-threads .
With poolifier you can improve your performance and resolve problems related to the event loop.
Moreover you can execute your CPU tasks using an API designed to improve the developer experience. @@ -133,7 +133,8 @@ But in general , always profile your application

Contribute

-See guidelines [CONTRIBUTING](CONTRIBUTING.md) +See guidelines [CONTRIBUTING](CONTRIBUTING.md)
+Choose your task here 2.0.0, propose an idea, a fix, an improvement.

License

-- 2.34.1