yac
Cache system
A fast, shared memory cache system for storing and retrieving data in PHP applications.
A fast, lock-free, shared memory user data cache for PHP
825 stars
75 watching
199 forks
Language: C
last commit: 5 months ago
Linked from 2 awesome lists
ccachecache-storagelock-freephpshared-memoryyac
Related projects:
Repository | Description | Stars |
---|---|---|
zkat/cacache-rs | A high-performance, concurrent cache system with support for async APIs and various features. | 539 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
liexusong/pcache | A PHP module that provides an in-process cache extension. | 51 |
khoaofgod/howmuchblur-1 | A high-performance caching system designed to alleviate database load and improve web application performance | 28 |
desarrolla2/cache | A simple cache library implementing the PSR-16 standard using immutable objects. | 134 |
dwightwatson/rememberable | A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,119 |
sobstel/metaphore | A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data. | 101 |
whitfin/cachex | A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,601 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
gocom/rah_cache | A plugin that caches dynamic pages from a content management system as static files. | 2 |
hamishforbes/lua-resty-tlc | A two-layer caching system utilizing Lua's built-in shared dictionary and LRU cache for efficient storage and retrieval of data. | 19 |
netcarver/asy_jpcache | A caching plugin for Textpattern that optimizes page loading by storing full pages in memory | 8 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
creativecreature/sturdyc | A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 339 |