charls/benchmark
Victor Derks de333dd3b2
Add unit test and benchmark for log2_ceil (#149)
- Rename the log_2 function into log2_ceil as that is what the function performs.
- Add unit test and benchmark test to get insights if using it in more places has benefits.
2022-01-22 21:36:20 +01:00
..

Benchmark

The Visual Studio project in this folder contains benchmarks to analyze different way of decoding and encoding functions.

The project expects that the Google Benchmark framework has been installed with vcpkg.
This can be done with: vcpkg install benchmark