charls/benchmark
Victor Derks 6952b2d635
Update the name of golomb_code to golomb_code_match and POD conversion (#327)
The main purpose of golomb_code_match is to see if there is a precomputed match which allows to just skip the bytes.
Rename the struct to make it clear it is not the actual glomb code itself.
Update the golomb_code_match struct back into a POD. The Windows x64 ABI cannot return non-POD structs in a single register even when the would fit.
2024-09-02 16:05:09 +02: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