blob: e075eb0366ec524131715abc1c82240f1a1c058c (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
WWW: http://opensource.dynamoid.com/
|