sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆706Updated 2 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 functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,120Updated 4 months ago
- Tiny queue data structure☆394Updated 3 months ago
- Timeout a promise after a specified amount of time☆290Updated 5 months ago
- Memoize promise-returning & async functions☆407Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆350Updated 7 months ago
- Find a file or directory by walking up parent directories☆613Updated 2 weeks ago
- Create a promise that can be canceled☆444Updated 2 years ago
- Quickly scan for CLI flags and arguments☆647Updated last year
- Retry a promise-returning or async function☆879Updated last month
- Delay a promise a specified amount of time☆618Updated 2 years ago
- Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob feat…☆1,059Updated 5 months ago
- Safely and quickly serialize JavaScript objects☆351Updated 6 months ago
- Get the visual width of a string - the number of columns required to display it☆490Updated 11 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated last year
- Run promise-returning & async functions concurrently with optional limited concurrency☆337Updated 6 months ago
- Simple micro templating☆363Updated 2 years ago
- Copy files☆429Updated 10 months ago
- Find the root directory of a Node.js project or npm package☆246Updated 2 weeks ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆725Updated 2 months ago
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Clean up error stack traces☆340Updated 2 years ago
- Map over promises concurrently☆1,428Updated 6 months ago
- Flattens the underlying C structures of a concatenated JavaScript string☆389Updated 3 years ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,209Updated last month
- the mighty option parser used by yargs☆511Updated 3 weeks ago
- Implements the node.js require.resolve() algorithm☆783Updated 5 months ago
- Promisify a callback-style function☆1,507Updated 2 years ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,108Updated 3 months ago
- Get a random temporary file or directory path☆430Updated last year
- Super tiny and ~350% faster alternative to node-glob☆852Updated 2 years ago