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: 8 months ago
Linked from 2 awesome lists
ccachecache-storagelock-freephpshared-memoryyac
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance, concurrent cache system with support for async APIs and various features. | 556 |
| Provides Rust implementations of caching structures and simplified function memoization. | 1,605 |
| A PHP module that provides an in-process cache extension. | 51 |
| A high-performance caching system designed to alleviate database load and improve web application performance | 27 |
| A simple cache library implementing the PSR-16 standard using immutable objects. | 133 |
| A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,121 |
| A caching solution that prevents the dogpile effect by using a semaphore to control access to cached data. | 101 |
| A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,617 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
| A plugin that caches dynamic pages from a content management system as static files. | 2 |
| A two-layer caching system utilizing Lua's built-in shared dictionary and LRU cache for efficient storage and retrieval of data. | 19 |
| A caching plugin for Textpattern that optimizes page loading by storing full pages in memory | 8 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. | 346 |