Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Simple “Least Recently Used” (LRU) cache
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Curated collection of data structures for the JavaScript/TypeScript.
A cache for managing namespaced sub-caches
A JavaScript (JS) Map or Similar object polyfill if Map is not available.
Map `visit` over an array of objects.
LRU and FIFO caches for Client or Server
A cache object that deletes the least-recently-used items.
Merge old source map and new source map in multi-transform flow
Converts a source-map from/to different formats and allows adding/changing properties.
A simple in-memory cache. put(), get() and del()
ECMAScript6 Map polyfill
broccoli filter but with a persistent cache
Caches the result of following loaders on disk.
Provides a directory where the OS wants you to store cached files.
Finds the common standard cache directory
sync disk cache
In-memory Cache Module for Medusa
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
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
Async disk cache
HTTP response freshness testing
emotion's cache