Package Exports
- tinypool
- tinypool/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tinypool) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tinypool - the node.js worker pool ๐งต
Piscina: A fast, efficient Node.js Worker Thread Pool implementation
Tinypool is no more than a fork of piscina, what we try to acheive in this library, is to eliminate some dependencies and extra features of piscina that we're less likely to use them in our projects. That's why Tinypool's install size (24KB) is so smaller than Piscina's install size (6MB). Therefore, if you need features like utilization or NAPI, Piscina is a better choice for you.
โ Smaller install size, 24KB
โ Minimal
โ No dependencies
โ No utilization
โ No NAPI
Written in TypeScript, and ESM support only. For Node.js 14.x and higher.
Docs
Read full docs on GitHub.