NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.
MIT License
235 stars 34 forks source link

Benchmarks #2

Open nbk-ableton opened 6 years ago

nbk-ableton commented 6 years ago

Hey Folks

On first glance this looks really great, so thanks for putting it out there! I was wondering: have you done any benchmarking on different platforms or against other libraries? If so publishing any results on the readme or pushing the benchmarks themselves would be amazing.

Cheers!

marcrambo commented 6 years ago

Hey Neil

Thanks for the feedback!

We did some initial benchmarking to verify the performance of boost::iostreams. We also benchmarked the pcm iterator performance ( against raw loops ) while developing it. We haven't benchmarked against other libraries yet, but this is definitely on the TODO list. However, a few other topics have higher priority at the moment.

Cheers from across the city!

nbk-ableton commented 6 years ago

Super thanks, all in good time of course :)