sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆712Updated 3 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:
- Memoize promise-returning & async functions☆407Updated 2 years ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,123Updated 4 months ago
- Tiny queue data structure☆394Updated 3 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆725Updated 3 months ago
- Create a promise that can be canceled☆444Updated 2 years ago
- Find a file or directory by walking up parent directories☆616Updated last month
- Timeout a promise after a specified amount of time☆291Updated 6 months ago
- Delay a promise a specified amount of time☆617Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆349Updated 8 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Tiny JavaScript tokenizer.☆519Updated last month
- Quickly scan for CLI flags and arguments☆647Updated last year
- Safely and quickly serialize JavaScript objects☆351Updated 6 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆338Updated 6 months ago
- Retry a promise-returning or async function☆888Updated 2 months ago
- Require hook for automatic V8 compile cache persistence☆738Updated last year
- Flattens the underlying C structures of a concatenated JavaScript string☆389Updated 3 years ago
- Convert a string to a valid safe filename☆502Updated 2 years ago
- npm's content-addressable cache☆288Updated 3 months ago
- Simple micro templating☆364Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Properly hijack require☆404Updated 3 months ago
- Get an available TCP port☆907Updated last year
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆311Updated 2 years ago
- Parse JSON with more helpful errors☆366Updated 3 months ago
- the mighty option parser used by yargs☆511Updated last month
- Get a random temporary file or directory path☆431Updated 2 years ago
- node byte string parser☆470Updated last year
- Throttle promise-returning & async functions☆484Updated 7 months ago
- Find the root directory of a Node.js project or npm package☆247Updated last month