alecthomas / go_serialization_benchmarks

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

Incorrect modification of IDR encoding classification #170

Closed chmike closed 2 months ago

chmike commented 2 months ago

I provided two benchmarks for IDR, one with buffer reuse and one without buffer reuse.

The one with buffer reuse has been removed, and the one not using buffer reuse has been classified as using buffer reuse.

Is it possible to have an explanation or justification for this change ?