A durable, typed job queue for Elysia and the AbsoluteJS ecosystem
A library providing a communication channel over hypercore
A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.
classic Queue implementation
Perisistent Priority Queue implemented with Pairing Heaps for TS
Making post requests to KV is slow. Our workers spend most of the time waiting for the POST requests to finish. We want them to run faster. So that we can avoid hitting the timeout limit of 15 minutes. When the workers hit the timelimit the entire job cra
classic Queue implementation
Making post requests to KV is slow. Our workers spend most of the time waiting for the POST requests to finish. We want them to run faster. So that we can avoid hitting the timeout limit of 15 minutes. When the workers hit the time-limit the entire job cr
A minimalistic queue library based on Redis inspired by OST
A queue implementation.
Native WebCodecs API implementation for Node.js using FFmpeg
Inspired by Go & Clojure Channels, async_channels provides channels as an asynchronous communication method between asynchronous functions.
A bunch of Computer Science Data Structures implemented in JavaScript
A simple worker queue that works.
Collection library
Lightweight, type-safe, and memory-efficient queue for resource-sensitive applications.
To address this inefficiency when processing large amounts of data, designing a queue with O(1) time complexity can solve many problems.
Abstraction on top of various cloud queing systems
Adds syntax highlighting, hover tips, and autocomplete to Alexa SFB story files.
Some basics structure for Nodejs
Wait a specific amount of time and return a promise, "setTimeout promisified"
A priority queue and consumer
The Project uses Generics. Included Data Structure Queue and others ds are coming soon ... This includes many function to manipulate array npm i typescript-collections-api --save const {Queue} = require('typescript-collections-api');
A reliable, lightweight PostgreSQL job queue. Uses FOR UPDATE SKIP LOCKED for atomic, concurrent task distribution without external dependencies.