sindresorhus / quick-lru
Simple “Least Recently Used” (LRU) cache
☆689Updated last year
Alternatives and similar repositories for quick-lru:
Users that are interested in quick-lru are comparing it to the libraries listed below
- Memoize promise-returning & async functions☆401Updated last year
- Timeout a promise after a specified amount of time☆283Updated 2 months ago
- Find a file or directory by walking up parent directories☆598Updated 8 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆345Updated 4 months ago
- Tiny queue data structure☆379Updated 2 weeks ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆721Updated 3 years ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,109Updated last month
- Quickly scan for CLI flags and arguments☆643Updated last year
- Delay a promise a specified amount of time☆612Updated last year
- Run promise-returning & async functions concurrently with optional limited concurrency☆326Updated 3 months ago
- 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 9 months ago
- Get a random temporary file or directory path☆427Updated last year
- npm's content-addressable cache☆285Updated 3 months ago
- Flattens the underlying C structures of a concatenated JavaScript string☆383Updated 3 years ago
- Simple argument parsing☆1,272Updated 8 months ago
- Retry a promise-returning or async function☆838Updated 4 months ago
- Simple micro templating