Feature #11443
Implement igbinary support
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Cache
Target version:
Start date:
2010-12-14
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
From http://opensource.dynamoid.com/ :
"Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data."
We should support igbinary and take advantage of it if it is installed.