-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Hi, I was just curious if there are any performance benchmark numbers for binn?
For example, how do common operations compare to flatbuffers (flatcc) or maybe json libraries or any other serialization libraries. Like on the flatbuffers google page there is this: https://google.github.io/flatbuffers/flatbuffers_benchmarks.html
Currently I'm just playing around with storing structs in a serialized format in a key/value database. Not super worried about performance and really like the simplicity of binn. But it would be kind of cool to see how it stacks up vs larger libraries and such.
Thanks for the nice library!