sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆745Updated 2 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☆433Updated 2 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,146Updated last month
- Timeout a promise after a specified amount of time☆299Updated 2 months ago
- Tiny queue data structure☆422Updated last month
- Find a file or directory by walking up parent directories☆630Updated 3 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆733Updated 3 months ago
- Retry a promise-returning or async function☆966Updated 2 weeks ago
- Create a promise that can be canceled☆448Updated 3 months ago
- Delay a promise a specified amount of time☆627Updated last month
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- Require hook for automatic V8 compile cache persistence☆743Updated 2 years ago
- Safely and quickly serialize JavaScript objects☆356Updated last year
- Tiny JavaScript tokenizer.☆540Updated 2 weeks ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Promisify an event by waiting for it to be emitted☆444Updated 3 weeks ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆344Updated 3 months ago
- Get, set, or delete a property from a nested object using a dot path☆854Updated 2 months ago
- Get an available TCP port☆920Updated 3 months ago
- Throttle promise-returning & async functions☆508Updated last month
- Serialize/deserialize an error into a plain object☆593Updated 2 months ago
- Extremely fast utf8 only stream implementation☆303Updated 3 weeks ago
- Quickly scan for CLI flags and arguments☆660Updated last year
- the mighty option parser used by yargs☆520Updated last week
- Get a random temporary file or directory path☆441Updated 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,156Updated 5 months ago
- node byte string parser☆476Updated last year
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆319Updated 2 years ago
- Flattens the underlying C structures of a concatenated JavaScript string☆391Updated 3 years ago
- npm's content-addressable cache☆296Updated 3 weeks ago
- Convert a string to a valid safe filename☆512Updated last month