Showing 1-6 of 6 packages
Library to parallelize subtitles (.srt)
A NodeJS package for running code in parallel. Initially created to provide multiprocessing in an AWS Lambda function, but it can be used in any NodeJS environment.
An npm package for running JavaScript functions in a different Thread. This implementation uses the Worker API. It works for both browsers and NodeJs. Based on the run environment, it uses the Nodejs build-in library "worker_threads" or the default window
Run async functions in a pseudo-threadpool
A lightweight library to parallelize promises.
Thread Tasks: Offload your CPU-intensive tasks to separate threads.