JSPM

  • Created
  • Published
  • Downloads 12878291
  • Score
    100M100P100Q219004F
  • License MIT

A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features

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.