djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
514 stars 48 forks source link

add pot to benchmarks #53

Closed GloopShlugger closed 8 months ago

GloopShlugger commented 8 months ago

This adds pot, a self-describing binary format for serde to the benchmarks

I mostly copied postcards benches and adjusted accordingly, not sure if i missed anything Also added to the default features

from my testing it's a little behind serde_cbor time-wise and bincode size-wise, which aligns with their own benchmarks

djkoloski commented 8 months ago

Thanks for the PR!

GloopShlugger commented 8 months ago

Wow! Lightning fast merge