0a1a54aebf
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.
4 lines
288 B
Text
4 lines
288 B
Text
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.
|