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

Flatbuffers serialization could be faster #19

Closed
djkoloski opened this issue Jul 8, 2021 · 1 comment
Closed

Flatbuffers serialization could be faster #19

djkoloski opened this issue Jul 8, 2021 · 1 comment

Comments

@djkoloski
Copy link
Owner

It looks like we could be carrying around scratch space and reusing it based on this issue: google/flatbuffers#6511

I think that's a little much to ask considering how much serialization code is already written for this benchmark, but it's worth keeping in mind.

@djkoloski
Copy link
Owner Author

Not interested in contorting the benchmarks to make one particular framework look better. These benchmarks should represent a reasonable amount of effort invested, but this seems unreasonable to me.

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