From: Alessandro Pio Ardizio Date: Sun, 26 Jan 2020 15:40:19 +0000 (+0100) Subject: Update README.MD X-Git-Tag: 1.1.0~30 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fcc48988df7e2610e531d1c0b8dbb471c7ecf3c8;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index a2d4aa72..636c3d56 100644 --- a/README.MD +++ b/README.MD @@ -9,8 +9,9 @@ )

Why Poolifier?

-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using worker-threads . -With poolifier you can improve your performance and resolve problems related to the event loop.
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool 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.