This is just a collection of some C++ benchmarks. The benchmarks are written using the Celero benchmarking framework.
The benchmarks in the sumVectorOfInts folder just tries to sum all values from
a std::vector<std::uint64_t> as fast as possible in a single thread or in
multiple threads.