neume-network / extraction-worker

Async worker_thread component for maximalizing concurrent data retrieval and processing.
GNU General Public License v3.0
3 stars 5 forks source link

create a set of criteria for what we need in a queue. Survey js ecosystem for the best npm package #42

Closed TimDaub closed 2 years ago

TimDaub commented 2 years ago

criteria:

TimDaub commented 2 years ago

https://github.com/mcollina/fastq ISC https://www.npmjs.com/package/fastseries https://www.npmjs.com/package/fastparallel https://github.com/ajlopez/SimpleQueue https://github.com/diamondio/better-queue https://github.com/OptimalBits/bull https://github.com/timgit/pg-boss https://github.com/sindresorhus/p-limit https://github.com/kriskowal/asap https://github.com/sindresorhus/yocto-queue https://github.com/invertase/denque https://github.com/sindresorhus/p-queue https://github.com/franck34/qjobs https://github.com/mourner/tinyqueue https://github.com/jessetane/queue https://github.com/timdp/es6-promise-pool https://github.com/bee-queue/bee-queue https://github.com/Automattic/kue https://caolan.github.io/async/v3/docs.html#queue http://suguru03.github.io/neo-async/doc/async.priorityQueue.html