LRU and FIFO caches for Client or Server
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
A simple temp file based swap for speeding up operations
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
sync disk cache
Async disk cache
A simple in-memory cache. put(), get() and del()
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
Elixir grammar for the tree-sitter parsing library
A generational pseudo-LRU cache with strict maximum size limits.
Mind elixir is a free open source mind map core.
A simple key/value storage using files to persist the data
Elixir language support for the CodeMirror code editor
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
A memoizer factory for Intl format constructors.
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
cli tool to put your html files into angular's $templateCache service
Manages the raw value formatting for generated AST nodes.
Laravel Elixir Core
<!-- TOC -->
ember-cli addon tree cache key builder
Core abstract of Caching layer for Apollo Client
Elixir grammar for the [Lezer](https://lezer.codemirror.net) parser system.
LZ-based compression algorithm