fifo-queue
Here are 4 public repositories matching this topic...
A TypeScript library of implementations of the Queue ADT and the related algorithms.
-
Updated
Jan 15, 2023 - TypeScript
The durable-message-queue Node library provides a simple, reliable FIFO message queue built on top of Redis and Lua scripts. It implements the proven "reliable queue" pattern to ensure at-least-once delivery, automatic retries, and dead letter handling, giving you confidence that no message is ever lost—even in the face of crashes or network issues
-
Updated
Dec 5, 2022 - TypeScript
A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.
-
Updated
Nov 23, 2024 - TypeScript
Improve this page
Add a description, image, and links to the fifo-queue topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fifo-queue topic, visit your repo's landing page and select "manage topics."