Various C++ benchmarks
Find a file
2023-01-21 02:04:58 +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 Add transform.cpp std::transform test. 2023-01-21 02:04:58 +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