sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆721Updated 3 weeks ago
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☆414Updated 3 weeks ago
- Create a promise that can be canceled☆445Updated this week
- Timeout a promise after a specified amount of time☆293Updated 8 months ago
- Tiny queue data structure☆407Updated 5 months ago
- Find a file or directory by walking up parent directories☆622Updated 3 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆728Updated 5 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,125Updated 6 months ago
- Delay a promise a specified amount of time☆621Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆353Updated 10 months ago
- Safely and quickly serialize JavaScript objects☆352Updated 8 months ago
- Quickly scan for CLI flags and arguments☆652Updated last year
- Run promise-returning & async functions concurrently with optional limited concurrency☆339Updated 8 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Retry a promise-returning or async function☆914Updated 3 weeks ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆317Updated 2 years ago
- Tiny JavaScript tokenizer.☆524Updated 3 months ago
- Serialize/deserialize an error into a plain object☆568Updated this week
- Get an available TCP port☆913Updated last year
- Throttle promise-returning & async functions☆493Updated 3 weeks ago
- npm's content-addressable cache☆292Updated 3 weeks ago
- Get a random temporary file or directory path☆436Updated 2 years ago
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆1,105Updated last month
- the mighty option parser used by yargs☆514Updated 3 weeks ago
- Run some code when the process exits☆292Updated 2 years ago
- Get the visual width of a string - the number of columns required to display it☆503Updated last week
- Get, set, or delete a property from a nested object using a dot path☆844Updated last year
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Find the root directory of a Node.js project or npm package☆246Updated 3 months ago
- Require hook for automatic V8 compile cache persistence☆741Updated last year
- Normalize a URL☆857Updated 3 months ago