sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆738Updated 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☆428Updated 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 this week
- Tiny queue data structure☆414Updated 7 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆731Updated 2 months ago
- Create a promise that can be canceled☆447Updated 2 months ago
- Find a file or directory by walking up parent directories☆626Updated last month
- Timeout a promise after a specified amount of time☆297Updated last month
- Delay a promise a specified amount of time☆625Updated last week
- Get a stream as a string, Buffer, ArrayBuffer or array☆357Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Retry a promise-returning or async function☆945Updated last month
- Tiny JavaScript tokenizer.☆530Updated 5 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆343Updated last month
- Get an available TCP port☆917Updated 2 months ago
- Quickly scan for CLI flags and arguments☆657Updated last year
- Promisify an event by waiting for it to be emitted☆440Updated 2 months ago
- Require hook for automatic V8 compile cache persistence☆742Updated last year
- Throttle promise-returning & async functions☆506Updated this week
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆319Updated 2 years ago
- Safely and quickly serialize JavaScript objects☆353Updated 10 months ago
- Get, set, or delete a property from a nested object using a dot path☆851Updated last month
- Serialize/deserialize an error into a plain object☆588Updated 3 weeks ago
- npm's content-addressable cache☆296Updated 2 months ago
- easily create complex multi-column command-line-interfaces.☆381Updated 2 months ago
- HTTP/1+2 Fetch API client for Node.js☆335Updated 2 years ago
- Find the root directory of a Node.js project or npm package☆247Updated 5 months ago
- Get size of a JavaScript object☆323Updated last year
- Get a random temporary file or directory path☆437Updated 2 years ago
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆531Updated this week
- node byte string parser☆474Updated last year