djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
514 stars 48 forks source link

New benchmark based on mk48.io #45

Closed caibear closed 10 months ago

caibear commented 10 months ago

This pull request adds a new benchmark based on the open-sourced mk48.io network protocol which we optimized for binary serialization. It differs from the other benchmarks in that it has more complex data invariants and contains numbers/enums instead of strings.

TODO

djkoloski commented 10 months ago

Thanks for the PR! Please feel free to continue updating this data set with follow up PRs if it helps to improve the benchmarks.