logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Can anyone compile: igbinary vc9 nts
Author
Kanashii



Joined: 17 Jul 2006
Posts: 155
Location: Porando

PostPosted: Thu 02 Jun '11 17:52    Post subject: Can anyone compile: igbinary vc9 nts Reply with quote

https://github.com/igbinary/igbinary
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 01 Aug '11 21:11    Post subject: Reply with quote

Where you able to compile it yourself?

On Pierres page there is a compiled version. See http://downloads.php.net/pierre/
Back to top
Kanashii



Joined: 17 Jul 2006
Posts: 155
Location: Porando

PostPosted: Thu 04 Aug '11 23:59    Post subject: Reply with quote

THX Smile

So this extension increase speed of serialization eq session

extension=memcached.so
session.save_handler=memcached
session.save_path="127.0.0.1:11211"

extension=php_igbinary.dll
session.serialize_handler=igbinary
igbinary.compact_strings=On


Some benchmark



JSON (json_encode/json_decode):

JSON encoded in 2.18 seconds
JSON decoded in 9.83 seconds
serialized “String” size : 13993

Native PHP :

PHP serialized in 2.91 seconds
PHP unserialized in 6.43 seconds
serialized “String” size : 20769

Igbinary :

WIN igbinary serialized in 1.60 seconds
WIN igbinrary unserialized in 4.77 seconds
WIN serialized “String” Size : 4467
Back to top


Reply to topic   Topic: Can anyone compile: igbinary vc9 nts View previous topic :: View next topic
Post new topic   Forum Index -> Other Software