sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆716Updated 4 months ago
Alternatives and similar repositories for quick-lru
Users that are interested in quick-lru are comparing it to the libraries listed below
Sorting:
- Tiny queue data structure☆400Updated 5 months ago
- Memoize promise-returning & async functions☆409Updated last week
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,124Updated 6 months ago
- Timeout a promise after a specified amount of time☆292Updated 7 months ago
- Find a file or directory by walking up parent directories☆619Updated 2 months ago
- Create a promise that can be canceled☆443Updated 3 years ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆728Updated 4 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Delay a promise a specified amount of time☆620Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆352Updated 9 months ago
- Retry a promise-returning or async function☆902Updated this week
- Run promise-returning & async functions concurrently with optional limited concurrency☆338Updated 8 months ago
- Throttle promise-returning & async functions☆488Updated this week
- Tiny JavaScript tokenizer.☆525Updated 2 months ago
- Quickly scan for CLI flags and arguments☆652Updated last year
- Safely and quickly serialize JavaScript objects☆351Updated 8 months ago
- Require hook for automatic V8 compile cache persistence☆741Updated last year
- Promisify an event by waiting for it to be emitted☆436Updated last year
- npm's content-addressable cache☆290Updated last month
- Flattens the underlying C structures of a concatenated JavaScript string☆389Updated 3 years ago
- easily create complex multi-column command-line-interfaces.☆379Updated 3 weeks ago
- Get an available TCP port☆912Updated last year
- Get a random temporary file or directory path☆436Updated 2 years ago
- Get, set, or delete a property from a nested object using a dot path☆841Updated last year
- Serialize/deserialize an error into a plain object☆561Updated 7 months ago
- Extremely fast utf8 only stream implementation☆291Updated 3 weeks ago
- the mighty option parser used by yargs☆514Updated 3 weeks ago
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆1,091Updated last month
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆315Updated 2 years ago
- Find the root directory of a Node.js project or npm package☆246Updated 2 months ago