mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
5 lines
288 B
Plaintext
5 lines
288 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.
|