function-cache
Function cache library
A library providing an extensible function caching mechanism with customizable cache structures and features.
A Common Lisp function caching / memoization library
47 stars
11 watching
5 forks
Language: Common Lisp
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
html/clache | A general caching facility for Common Lisp | 18 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
aliostad/cachecow | An implementation of HTTP caching in .NET Core and 4.5.2+ for both client and server | 849 |
filipw/strathweb.cacheoutput | A caching library for ASP.NET Web API actions | 882 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
dotnetcore/easycaching | A caching library for .NET Core applications | 1,959 |
gulp-community/gulp-cached | A utility that caches files to optimize processing in a workflow by avoiding unnecessary re-processing of unchanged files. | 452 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
zolomatok/johnny | A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |
kezhenxu94/cache-lite | An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin. | 131 |
turnersoftware/cachetower | An efficient multi-layered caching system for .NET applications | 612 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
spotify/sptpersistentcache | A cache library that stores data with time-to-live values and disk management semantics. | 1,243 |