sindresorhus / quick-lru
Simple “Least Recently Used” (LRU) cache
☆692Updated this week
Alternatives and similar repositories for quick-lru:
Users that are interested in quick-lru are comparing it to the libraries listed below
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,112Updated last month
- Tiny queue data structure☆381Updated 3 weeks ago
- Memoize promise-returning & async functions☆404Updated last year
- Find a file or directory by walking up parent directories☆603Updated 3 weeks ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆346Updated 5 months ago
- Timeout a promise after a specified amount of time☆287Updated 3 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆722Updated 3 years ago
- Quickly scan for CLI flags and arguments☆648Updated last year
- Create a promise that can be canceled☆441Updated 2 years ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated 10 months ago
- Delay a promise a specified amount of time☆614Updated last year
- Get the visual width of a string - the number of columns required to display it☆487Updated 9 months ago
- Retry a promise-returning or async function☆847Updated 5 months ago
- Get an available TCP port☆898Updated last year
- Run promise-returning & async functions concurrently with optional limited concurrency☆328Updated 3 months ago
- Copy files☆428Updated 8 months ago
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,146Updated 5 months ago
- Simple micro templating☆363Updated 2 years ago
- Clean up error stack traces☆339Updated 2 years ago
- Normalize a URL☆847Updated last year
- Get a random temporary file or directory path☆427Updated last year
- Safely and quickly serialize JavaScript objects☆348Updated 3 months ago
- Find the root directory of a Node.js project or npm package☆240Updated last year
- ☆249Updated 4 years ago
- HTTP status utility☆277Updated 2 months ago
- node byte string parser☆468Updated 9 months ago
- Get, set, or delete a property from a nested object using a dot path☆832Updated 11 months ago
- Shared TypeScript config for my projects☆361Updated 4 months ago
- Run some code when the process exits☆284Updated last year
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,107Updated last month