From: Alessandro Pio Ardizio Date: Sun, 26 Jan 2020 15:44:21 +0000 (+0100) Subject: Update README.MD X-Git-Tag: 1.1.0~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6ded35f054fd744cbd88d8969261436eb7b21880;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index 7dc0a1ed..ca3d51b7 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 thread pools ( yes, more thread pool implemenetations, so you can choose which one fit better for you ) using worker-threads .
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements thread pools ( yes, more thread pool implementations, 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.