mirror of
https://github.com/gunchev/bench.git
synced 2025-11-20 12:15:48 +00:00
Add transform.cpp std::transform test.
This commit is contained in:
parent
8652bbfd99
commit
6811032084
5 changed files with 318 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
# bench
|
||||
Various C++ benchmarks
|
||||
Various C++ benchmarks:
|
||||
|
||||
- transform.cpp - benchmark std::transform vs loop and custom lowercase and tolower
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue