Skip to content
#

delayed-processing

Here are 3 public repositories matching this topic...

A lightweight utility for Node.js projects that accumulates items into fixed-size batches per key, preserving insertion order within each key. Streams items directly into their respective batches at runtime, eliminating the overhead of post-processing 1D arrays into chunks. It abstracts key-based batch management.

  • Updated Jun 3, 2025
  • TypeScript

A lightweight utility for Node.js projects that accumulates items into fixed-size batches (number-of-items wise), preserving insertion order. It abstracts batch management, allowing users to focus on application logic. Ideal for delayed processing tasks such as bulk write/publish operations to kafka, databases, blob storage, etc.

  • Updated Jun 3, 2025
  • TypeScript

A lightweight utility for Node.js projects that accumulates items into fixed-size batches per key, preserving insertion order within each key. Streams items directly into their respective batches at runtime, eliminating the overhead of post-processing 1D arrays into chunks. It abstracts key-based batch management.

  • Updated Jul 9, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the delayed-processing 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 delayed-processing topic, visit your repo's landing page and select "manage topics."

Learn more