sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆705Updated last month
Alternatives and similar repositories for quick-lru
Users that are interested in quick-lru are comparing it to the libraries listed below
Sorting:
- Timeout a promise after a specified amount of time☆290Updated 5 months ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆723Updated last month
- Tiny queue data structure☆393Updated 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,118Updated 3 months ago
- Memoize promise-returning & async functions☆407Updated last year
- Retry a promise-returning or async function☆873Updated 3 weeks ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆349Updated 7 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated 11 months ago
- Run promise-returning & async functions concurrently with optional limited concurrency☆336Updated 5 months ago
- Create a promise that can be canceled☆444Updated 2 years ago
- Find a file or directory by walking up parent directories☆609Updated 2 months ago
- Safely and quickly serialize JavaScript objects☆351Updated 5 months ago
- Delay a promise a specified amount of time☆614Updated last year
- Tiny JavaScript tokenizer.☆518Updated last month
- ☆250Updated 4 years ago
- node byte string parser☆469Updated 10 months ago
- Quickly scan for CLI flags and arguments☆649Updated last year
- Copy files☆429Updated 10 months ago
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Get a random temporary file or directory path☆429Updated last year
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,189Updated last month
- Flattens the underlying C structures of a concatenated JavaScript string☆389Updated 3 years ago
- Clean up error stack traces☆340Updated 2 years ago
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,160Updated 6 months ago
- Extremely fast utf8 only stream implementation☆285Updated 2 weeks ago
- Implements the node.js require.resolve() algorithm☆783Updated 5 months ago
- Simple and modern async event emitter☆1,942Updated 4 months ago
- Find the root directory of a Node.js project or npm package☆244Updated last year
- Serialize/deserialize an error into a plain object☆558Updated 4 months ago
- Simple micro templating☆363Updated 2 years ago