Skip to content
#

sequential

Here are 13 public repositories matching this topic...

An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.

  • Updated Apr 19, 2025
  • TypeScript

A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case is maintaining the minimum or maximum item in a data stream.

  • Updated Nov 19, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the sequential topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sequential topic, visit your repo's landing page and select "manage topics."

Learn more