Alessandro Pio Ardizio

poolifier - Perform heavy CPU bound tasks on nodejs servers

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 .

Add a comment

Replies

Best
Alessandro Pio Ardizio
I create poolifier after looking at nodejs documentation, they suggest to use a thread pool to improve worker_threads benefits , but there isn' t any thread pool implementation in node, so I started to write poolifier that contains two thread pool implementations