sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆745Updated 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☆436Updated 2 months ago
- Create a promise that can be canceled☆448Updated 4 months ago
- Timeout a promise after a specified amount of time☆299Updated 3 months ago
- Tiny queue data structure☆424Updated 2 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆733Updated 4 months ago
- Find a file or directory by walking up parent directories☆631Updated 3 months ago
- Delay a promise a specified amount of time☆627Updated 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,147Updated 2 months ago
- Retry a promise-returning or async function☆974Updated last month
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- Safely and quickly serialize JavaScript objects☆356Updated last year
- Run promise-returning & async functions concurrently with optional limited concurrency☆344Updated 3 months ago
- Throttle promise-returning & async functions☆508Updated 2 months ago
- Get an available TCP port☆921Updated 4 months ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆320Updated 2 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Run some code when the process exits☆299Updated last month
- Quickly scan for CLI flags and arguments☆666Updated last year
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆534Updated 3 weeks ago
- Get, set, or delete a property from a nested object using a dot path☆856Updated 3 months ago
- the mighty option parser used by yargs☆520Updated 3 weeks ago
- Tiny JavaScript tokenizer.☆546Updated last month
- npm's content-addressable cache☆299Updated last month
- Extremely fast utf8 only stream implementation☆305Updated last week
- A simple, optimized JS library & node.js module for matching short, human-quality input to a list of possibilities.☆180Updated 4 years ago
- Get a random temporary file or directory path☆440Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆445Updated 2 weeks ago
- Serialize/deserialize an error into a plain object☆593Updated 2 months ago
- Flattens the underlying C structures of a concatenated JavaScript string☆391Updated 3 years ago
- easily create complex multi-column command-line-interfaces.☆383Updated 3 weeks ago