eh....sorry to take up your time,the pecl mail list is so quiet.
who can help me review this request.

thanks.
xinhua.guo



------------------ Original ------------------
From: woshiguo35 <[email protected]>
Date: 周四,2月 2,2017 10:34 下午
To: [email protected] <[email protected]>
Subject: Re: publish the swSerialize to pecl


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);

Reply via email to