mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ccd270420b
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/ PR: ports/137308 Submitted by: Gea-Suan Lin <gslin at gslin.org>
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
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/
|