From: Alessandro Pio Ardizio Date: Sun, 26 Jan 2020 15:36:02 +0000 (+0100) Subject: Update README.MD X-Git-Tag: 1.1.0~31 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e76f5485ea09e093c803f52a765ef62f4374fb36;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index 7b57162a..a2d4aa72 100644 --- a/README.MD +++ b/README.MD @@ -8,6 +8,12 @@ )](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen ) +

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.
+ + +

Contents

Installation