Feature #46822
closedAdd support for user-data-cache Yac (since the arrival of Zend Optimizer+ now)
0%
Description
Besides APCu which is an extract of the famous APC (minus the opcache-part) Yac is currently discussed as a possibly recommended solution for new deployments (different API, ...).
Updated by Stefan Neufeind over 11 years ago
https://github.com/laruence/yac
Methods : Yac::set, Yac::get, ...
A new project initiated by one of the PHP language developers. An object API and a new design aiming at higher performance
(source: http://blog.famillecollet.com/post/2013/03/25/PHP-opcode-and-user-data-cache)
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19467
Updated by Georg Ringer almost 10 years ago
- Status changed from Under Review to Closed
https://github.com/laruence/yac
TODO Test in real life applications...
Yac is lockless, that means, there could be a chance you will get a wrong data(depends on how many key slots are allocated and how many keys are stored), so you'd better make sure that your product is not very sensitive to that.
if you use that, please provide it via extension
Updated by Georg Ringer almost 10 years ago
- Status changed from Closed to Needs Feedback
Updated by Stefan Neufeind almost 10 years ago
- Status changed from Needs Feedback to Rejected
Core not interested in Yac at the current stage. Can be supplied through an extension if somebody really needs/wants it.