djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
527 stars 48 forks source link

Flatbuffers serialization could be faster #19

Closed djkoloski closed 4 weeks ago

djkoloski commented 2 years ago

It looks like we could be carrying around scratch space and reusing it based on this issue: https://github.com/google/flatbuffers/issues/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 commented 4 weeks ago

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.