Standard style badge
[poolifier.git] / README.MD
1 # Node Pool :arrow_double_up: :on:
2 [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
3
4
5 Node pool contains two <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a> pool implementations. <br>
6 The first implementation is a static thread pool , with a defined number of threads that are started at creation time .<br>
7 The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit ). <br>
8