TypeScript types for Apollo Server info.cacheControl
Simple key-value storage with support for multiple backends
typescript plugin for vue-cli
C++ utility class to perform callbacks into JavaScript from any thread
The JavaScript Interface for Expo Modules
A streaming way to send data to a Node.js Worker Thread
babel plugin for vue-cli
Simple, efficient, scalable, high-performance LMDB interface
A cache object that deletes the least-recently-used items.
Runs the following loaders in a worker pool
useMemo and useCallback but with a stable cache
Utilities for type-safe Web Worker communication with RPC.
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Type-safe, structured communication between worker threads and parent processes via TypeScript meta-programming.
Require hook for automatic V8 compile cache persistence
A set of small and fast Node.js utilities to understand your pathing needs.
Vercel AI SDK adapter for assistant-ui
Properly hijack require, i.e., properly define require hooks and customizations
Jazzer.js libfuzzer-based fuzzer for Node.js
A simple key/value storage using files to persist the data
Give a regex, get a robust predicate function that tests it against a string.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Run a function with the possibility to interrupt it from another thread
Use Rollup with workers and ES6 modules today.
Efficient and thread-safe LRU cache
Use database lookup tables in AR models.
Use this client to retrieve your configuration from a Config Server. The required parameters can either be supplied to the constructor, or they will be pulled from environment variables. An ArgumentError will be raised if the parameters are not available from either source. Parameters supplied to the constructor will take precedence over environment variables.
Thread safe implemenation of in-memory LRU cache compatible with Java Memory Model
Thread-safe LRU cache backed by a hash and doubly-linked list for O(1) get/set, with configurable TTL expiration, eviction callbacks, and hit/miss statistics.
Zero-footprint in-memory thread-safe cache
In-memory, thread-safe caches supporting time-to-live.
SynCache stores cached objects in a Hash that is protected by an advanced two-level locking mechanism which ensures that: * Multiple threads can add and fetch objects in parallel. * While one thread is working on a cache entry, other threads can access the rest of the cache with no waiting on the global lock, no race conditions nor deadlock or livelock situations. * While one thread is performing a long and resource-intensive operation, other threads that request the same data will be put on hold, and as soon as the first thread completes the operation, the result will be returned to all threads.
Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to' relations are cacheable by PrimaryKey(PK) or any referenced columns using Rails.cache methods. It also supports fetching multiple records using PKs(ids) with find_all_cache method(if cache store supports multiple reads [hint: memcached_store, dalli_store supports.]).
Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications. Inspired by Redis, it provides value serialization, optional compression, per-key expiry, and metric tracking in a lightweight, dependency-free package.
Lazy loading of 'interesting' ActiveRecord model id's, thread-safely and with easy cache reset and lazy creation in testing
A lightweight, thread-safe in-memory LRU cache with TTL expiration and tag-based bulk invalidation for Ruby applications.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.