Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 380 Bytes

File metadata and controls

11 lines (8 loc) · 380 Bytes

C++ benchmarks

This is just a collection of some C++ benchmarks. The benchmarks are written using the Celero benchmarking framework.

sum vector of ints

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.