Object with properties that are evaluated when needed and destroyed after some time.
Cache requires to be lazy-loaded when needed.
Define a lazily evaluated property on an object
A simple key/value storage using files to persist the data
High Performance In-Memory Cache for Node.js
Lazy assertions without performance penalty
A utility to lazily calculate and cache values in a react component based on props
A cache object that deletes the least-recently-used items.
An LRU cache of weak references
Open Node Streams on demand.
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
node-simple-lru-cache =====================
This is a generic nibs serializtion implementaion for any modern JavaScript runtime.
Find and parse the tsconfig.json file from a directory path
Immutable Data Collections
EditorConfig File Locator and Interpreter for Node.js
Import a module lazily
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
The closest you can get to require something with bypassing the require cache
Intuitive magical memoization library with Proxy and WeakMap
Lazy lists for node
walk paths fast and efficiently
Reuse objects and functions with style
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
LazyData provides data types featuring thread-safe lazy computation. These objects are constructed with a block that can be called to compute the final value, but it is not actually called until the value is requested. Once requested, the computation takes place only once, in the first thread that requested the value. Future requests will return a cached value. Furthermore, any other threads that request the value during the initial computation will block until the first thread has completed the computation. This implementation also provides retry and expiration features. The code was extracted from the google-cloud-env gem that originally used it.
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.