Add transform.cpp std::transform test.

This commit is contained in:
Doncho N. Gunchev 2023-01-21 02:04:58 +02:00
parent 8652bbfd99
commit 6811032084
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9
5 changed files with 318 additions and 1 deletions

View file

@ -1,2 +1,4 @@
# bench
Various C++ benchmarks
Various C++ benchmarks:
- transform.cpp - benchmark std::transform vs loop and custom lowercase and tolower