sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆750Updated 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:
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆732Updated 4 months ago
- Memoize promise-returning & async functions☆436Updated 3 months ago
- Find a file or directory by walking up parent directories☆633Updated 4 months ago
- Timeout a promise after a specified amount of time☆299Updated 3 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 2 months ago
- Tiny queue data structure☆428Updated 2 months ago
- Create a promise that can be canceled☆447Updated 4 months ago
- Delay a promise a specified amount of time☆627Updated 3 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- Retry a promise-returning or async function☆982Updated last month
- Throttle promise-returning & async functions☆509Updated 2 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆344Updated 4 months ago
- Tiny JavaScript tokenizer.☆546Updated last month
- Safely and quickly serialize JavaScript objects☆357Updated last year
- Quickly scan for CLI flags and arguments☆671Updated last year
- Get the visual width of a string - the number of columns required to display it☆520Updated this week
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆1,190Updated 6 months ago
- Get an available TCP port☆924Updated 4 months ago
- Get a random temporary file or directory path☆440Updated this week
- Get, set, or delete a property from a nested object using a dot path☆864Updated 3 months ago
- A simple, optimized JS library & node.js module for matching short, human-quality input to a list of possibilities.☆180Updated 4 years ago
- easily create complex multi-column command-line-interfaces.☆384Updated last month
- node byte string parser☆476Updated last year
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆320Updated 2 years ago
- Promisify an event by waiting for it to be emitted☆445Updated 2 weeks ago
- Map over promises concurrently☆1,477Updated 2 months ago
- Serialize/deserialize an error into a plain object☆595Updated 2 weeks ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,288Updated 4 months ago
- An inter-process and inter-machine lockfile utility that works on a local or network file system.☆264Updated 2 years ago