Various C++ benchmarks
Find a file
Doncho N. Gunchev 22fadc7e55
fix: add the "all" target in Makefile, cosmetics
Signed-off-by: Doncho N. Gunchev <dgunchev@gmail.com>
2023-01-21 02:17:29 +02:00
src Add transform.cpp std::transform test. 2023-01-21 02:04:58 +02:00
.gitignore Add transform.cpp std::transform test. 2023-01-21 02:04:58 +02:00
CMakeLists.txt Add transform.cpp std::transform test. 2023-01-21 02:04:58 +02:00
LICENSE Initial commit 2023-01-21 01:59:27 +02:00
Makefile fix: add the "all" target in Makefile, cosmetics 2023-01-21 02:17:29 +02:00
README.md Add transform.cpp std::transform test. 2023-01-21 02:04:58 +02:00

bench

Various C++ benchmarks:

  • transform.cpp - benchmark std::transform vs loop and custom lowercase and tolower