Skip to content
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

Possible for c++ bindings? #35

Closed
ghost opened this issue Apr 22, 2016 · 1 comment
Closed

Possible for c++ bindings? #35

ghost opened this issue Apr 22, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 22, 2016

I've tested bson, pson, msgpack5 and everything.

This module is the fastest. It's right next to speeds of JSON and I love it. I am wondering, if you could even push it for more performance with a native c/c++ binding of it?

I love it, thanks for all your hard work kawanet.

@kawanet
Copy link
Owner

kawanet commented Apr 22, 2016

Thanks. The key factor of the library's speed is less memory copy operations.
It sees Google's FlatBuffers has a similar approach and C/C++ version as well.

https://google.github.io/flatbuffers/

The msgpack-lite was started at Jul 25, 2015.
JavaScript version of FlatBuffers looks started at Aug 17, 2015.

@kawanet kawanet closed this as completed Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant