sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆739Updated last month
Alternatives and similar repositories for quick-lru
Users that are interested in quick-lru are comparing it to the libraries listed below
Sorting:
- Memoize promise-returning & async functions☆432Updated last month
- Timeout a promise after a specified amount of time☆299Updated last month
- Create a promise that can be canceled☆447Updated 2 months ago
- Tiny queue data structure☆419Updated 3 weeks ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,144Updated 3 weeks ago
- Find a file or directory by walking up parent directories☆628Updated 2 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆733Updated 2 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- Throttle promise-returning & async functions☆508Updated 3 weeks ago
- Retry a promise-returning or async function☆955Updated last month
- Delay a promise a specified amount of time☆627Updated last month
- Safely and quickly serialize JavaScript objects☆356Updated 11 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆344Updated 2 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- npm's content-addressable cache☆296Updated last week
- Quickly scan for CLI flags and arguments☆659Updated last year
- Extremely fast utf8 only stream implementation☆302Updated last month
- Get, set, or delete a property from a nested object using a dot path☆853Updated last month
- Tiny JavaScript tokenizer.☆532Updated 5 months ago
- Serialize/deserialize an error into a plain object☆591Updated last month
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆319Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆443Updated 2 months ago
- Get an available TCP port☆918Updated 2 months ago
- Run some code when the process exits☆298Updated 2 weeks ago
- Shared TypeScript config for my projects☆380Updated last month
- Require hook for automatic V8 compile cache persistence☆742Updated last year
- Get size of a JavaScript object☆323Updated last year
- Normalize a URL☆866Updated 2 months ago
- Get a random temporary file or directory path☆439Updated 2 years ago
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆531Updated 3 weeks ago