On 02.02.2017 at 15:34, gone xinhua wrote: > hi,im xinhua.guo(woshiguo35),the cto of jiyoubang360.com,the maintainer of > swoole-src and php-cp(https://github.com/swoole/php-cp). > > let me introduce my new extension ,it is called > swoole-serialize(https://github.com/swoole/swoole_serialize),is the fastest > serialize function bound for php7,trust it is really fast,run bench.php or > you can bench it use your apps data. > > you can use is like this: > > $str = swSerialize::pack($arr); > $arr = swSerialize::unpack($str); > > > or > > > $str = swSerialize::fastPack($arr); > $arr = swSerialize::unpack($str);
Can any of the PECL admins please review this account request? LGTM. -- Christoph M. Becker -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
