sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆752Updated 4 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☆437Updated 3 months ago
- Tiny queue data structure☆431Updated 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,147Updated 3 months ago
- Create a promise that can be canceled☆447Updated 5 months ago
- Find a file or directory by walking up parent directories☆634Updated 4 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆732Updated 5 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆358Updated last year
- Timeout a promise after a specified amount of time☆299Updated 4 months ago
- Delay a promise a specified amount of time☆627Updated 3 months ago
- Retry a promise-returning or async function☆984Updated 2 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆344Updated 4 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Throttle promise-returning & async functions☆509Updated 3 months ago
- Tiny JavaScript tokenizer.☆550Updated 2 months ago
- Safely and quickly serialize JavaScript objects☆357Updated last year
- Quickly scan for CLI flags and arguments☆671Updated last year
- Normalize a URL☆870Updated last month
- Convert a string to a valid safe filename☆514Updated 3 months ago
- Get an available TCP port☆925Updated 5 months ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,291Updated 4 months ago
- Get a random temporary file or directory path☆440Updated last week
- Promisify an event by waiting for it to be emitted☆445Updated 3 weeks ago
- Get, set, or delete a property from a nested object using a dot path☆866Updated 4 months ago
- Get the visual width of a string - the number of columns required to display it☆520Updated 2 weeks ago
- node byte string parser☆476Updated last year
- easily create complex multi-column command-line-interfaces.☆384Updated this week
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆1,192Updated 6 months ago
- Rate limit made simple, easy, async.☆336Updated 2 months ago
- Serialize/deserialize an error into a plain object☆598Updated 3 weeks ago
- An inter-process and inter-machine lockfile utility that works on a local or network file system.☆264Updated 2 years ago