2014-05-05 17:15 GMT+09:00 Huqiu Liao <[email protected]>: > We use a kind of binary data format to swap data between java and php: > http://binpack.liaohuqiu.net. It is json like, easy to implement. The data > after encoded is much smaller, and it is very fast.
Several programming language has binpack library but it's different from your code. Is it new serialization spec? AFAIK, PHP expects C89 style. so you should not use C99. extension should have phpt. test_binpack.c can't test with `make test` Just curious, Why did not use exsisting serialization library? (like msgpack, thrift, protobuf, avro...) -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
