Showing 1-20 of 20 packages
singleflight for js
provide a wrap async function for singleflight
A wrapper for de-duplicating asynchronous requests
Ensure only one execution is in-flight for a given key at a time
provides a duplicate function call suppression
Prevent duplicate calls at concurrent function calls
Go-style singleflight implementation for Node.js/TypeScript
Caching primitives (LRU, TTL, stale-while-revalidate, singleflight) and memoization helpers shared by `@fajarnugraha37/validator` and `@fajarnugraha37/expression`
Type‑safe, promise‑based client for the Camunda 8 Orchestration Cluster REST API.
provides a duplicate function call suppression mechanism.
singleflight is a utility that prevents duplicate asynchronous operations by ensuring that only one execution per unique key is in progress at a time, reducing redundant processing and improving efficiency.
This package is the code support for book "Node Reliable Caching"
A self-optimizing Node.js web framework with atomic request coalescing. Zero dependencies. Built for developers who demand performance and elegance.
A TypeScript utility that solves the Thundering Herd Problem by deduplicating concurrent operations
A lightweight, zero-dependency TypeScript library implementing the **Single-Flight pattern** (in-flight deduplication). It prevents duplicate concurrent requests for the same operation by sharing a single execution.
A helper for node-cache
OAuth library for connecting to OAuth-protected MCP servers in web/browser environments
like go-zero cache, but for NodeJS
First-class ECMAScript decorators for caching, binding, and concurrency patterns
High-concurrency cache coalescing and state management library.