The Daily C++
@dailycpp
1.83K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.83K subscribers
The Daily C++
Tags:
#micro
#benchmark
http://david-grs.github.io/heap_fragmentation_micro_benchmark/
Thoughts from a Wall Street developer
Heap fragmentation or how my
micro
-benchmark went wrong
Micro
-benchmarking code always looks simple: a few variables, a small for loop and two std::chrono calls. I think this simplicity is an illusion.
Micro
-benchmarking is either complicated or inaccura...