-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MsgPack as separate project #108
Comments
Thank you, @umbri. It's nice to hear. But I'd planned to move from my own MsgPack implementation to https://github.com/msgpack/msgpack-php before. Why do you think it's buggy? |
@bigbes, There are some very useful features that was proposed by @rybakit feature and others ~ 1 year ago, and no changes I hope this message will inspire you to do a right move :) |
I would like to switch to I was more thinking about injecting a custom msgpack handler by implementing an interface, like it's done for example for php sessions: http://php.net/manual/en/class.sessionhandlerinterface.php.
@umbri Can you share your benchmarks? In a real life app you will not notice any difference except you are working with very large arrays/strings and doing millions of iterations in a loop or using php < 7.0 ;) In some edge cases the pure version even outperforms the pecl extension. |
|
Hi,
The text was updated successfully, but these errors were encountered: