p12tic / libsimdpp

Portable header-only C++ low level SIMD library
Boost Software License 1.0
1.22k stars 132 forks source link

Use google benchmark as third partie dependencie for bench? #115

Open ThomasRetornaz opened 6 years ago

ThomasRetornaz commented 6 years ago

Hi I heavily use google benchmark (https://github.com/google/benchmark) on various projects. Linked to isssue #107, it may a good thing to have a benchmark to measure the provided speedup on various scenario.
What do you think? (i could make a prof of concept on my side related to issue #107) Regards TR

p12tic commented 6 years ago

Agreed, this makes sense.