| Package Information |
| Summary |
lockless user data cache |
| Maintainers |
Xinchen Hui <
laruence at php dot net >
(lead)
[details]
|
| License |
PHP |
| Description |
yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached. |
| Homepage |
https://github.com/laruence/yac
|
Release notes
Version 2.2.1
(stable)
|
- Refactor key manipulation, avoding memory allocation - Refactor Yac::__set/__get by using native objects_handler |
|