sdroege / ebur128

Implementation of the EBU R128 loudness standard
MIT License
93 stars 15 forks source link

Properly benchmark C/Rust version #4

Closed sdroege closed 4 years ago

sdroege commented 4 years ago

And write down results.

sdroege commented 4 years ago

Should also add additional benchmarks that move object construction out of the loop, only test object construction and one for EbuR128::add_frames() alone.

sdroege commented 4 years ago

Will come together with a blog post in a few days. Right now both implementations are basically the same speed if compiled with the same compiler (clang). gcc is faster.