sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆724Updated 2 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☆419Updated last month
- Tiny queue data structure☆408Updated 6 months ago
- Timeout a promise after a specified amount of time☆293Updated 2 weeks ago
- Find a file or directory by walking up parent directories☆623Updated 2 weeks ago
- Create a promise that can be canceled☆445Updated 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,136Updated last week
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆728Updated 3 weeks ago
- Delay a promise a specified amount of time☆621Updated 2 years ago
- Safely and quickly serialize JavaScript objects☆352Updated 9 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆341Updated 2 weeks ago
- Retry a promise-returning or async function☆923Updated last month
- Quickly scan for CLI flags and arguments☆653Updated last year
- Get a stream as a string, Buffer, ArrayBuffer or array☆353Updated 11 months ago
- Serialize/deserialize an error into a plain object☆578Updated this week
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Tiny JavaScript tokenizer.☆526Updated 3 months ago
- Get, set, or delete a property from a nested object using a dot path☆845Updated 2 weeks ago
- Throttle promise-returning & async functions☆495Updated 2 weeks ago
- npm's content-addressable cache☆292Updated last month
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆319Updated 2 years ago
- Extremely fast utf8 only stream implementation☆296Updated this week
- node byte string parser☆472Updated last year
- Get size of a JavaScript object☆321Updated last year
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆1,117Updated 2 months ago
- Promisify an event by waiting for it to be emitted☆438Updated 3 weeks ago
- Get an available TCP port☆914Updated 3 weeks ago
- Copy files☆431Updated last month
- Require hook for automatic V8 compile cache persistence☆741Updated last year
- Get a random temporary file or directory path☆436Updated 2 years ago
- the mighty option parser used by yargs☆517Updated last month