sindresorhus / quick-lruLinks
Simple “Least Recently Used” (LRU) cache
☆712Updated 3 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:
- Tiny queue data structure☆399Updated 4 months ago
- Find a file or directory by walking up parent directories☆620Updated last month
- Memoize promise-returning & async functions☆407Updated 2 years ago
- Create a promise that can be canceled☆443Updated 3 years ago
- Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm☆728Updated 3 months ago
- Timeout a promise after a specified amount of time☆291Updated 7 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,124Updated 5 months ago
- Delay a promise a specified amount of time☆619Updated 2 years ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆350Updated 9 months ago
- Retry a promise-returning or async function☆895Updated this week
- Safely and quickly serialize JavaScript objects☆351Updated 7 months ago
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆354Updated last year
- Quickly scan for CLI flags and arguments☆648Updated last year
- Run promise-returning & async functions concurrently with optional limited concurrency☆339Updated 7 months ago
- Tiny JavaScript tokenizer.☆519Updated last month
- Get an available TCP port☆910Updated last year
- Promisify an event by waiting for it to be emitted☆436Updated last year
- Get a random temporary file or directory path☆434Updated 2 years ago
- npm's content-addressable cache☆288Updated last week
- Get, set, or delete a property from a nested object using a dot path☆840Updated last year
- Throttle promise-returning & async functions☆485Updated 8 months ago
- Serialize/deserialize an error into a plain object☆557Updated 6 months ago
- Copy files☆429Updated last year
- Find the root directory of a Node.js project or npm package☆247Updated last month
- node byte string parser☆470Updated last year
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆314Updated 2 years ago
- Extremely fast utf8 only stream implementation☆289Updated last month
- Require hook for automatic V8 compile cache persistence☆741Updated last year
- Get the visual width of a string - the number of columns required to display it☆492Updated last year
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,215Updated 3 months ago