djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
514 stars 48 forks source link

use simd-json-derive for simd-json benchmarks #39

Closed Licenser closed 1 year ago

Licenser commented 1 year ago

simd-json offers its own, optimized derive implementation, it would be nice to use that for the benchmarks instead of the serde ones.

I'll gladly make a PR but I didn't find where the datastructures are defined.