djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
514 stars 48 forks source link

Upgrade to bitcode@0.3.0. #38

Closed finnbear closed 1 year ago

finnbear commented 1 year ago

bitcode 0.3.0 adds a new set of derive macros that allow finer-grained control, leading to smaller serialized sizes across all 3 benchmarks.

djkoloski commented 1 year ago

Thanks for the PR!