alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.56k stars 158 forks source link

restore idr/reuse becnhmark #171

Closed chmike closed 2 months ago

chmike commented 2 months ago

This pull request restores the idr/reuse benchmark and corrects the misclassification of idr as a buffer reuse benchmark. It also slightly simplifies the code.