User profile: egslava
User info |
User name: | egslava |
History |
Joined: | |
Number of posts: | 6 |
Latest posts: |
Fill CPU cache with NOPs I see the dissambly here and in Visual Studio. Looks to be pretty fair:
https://godbolt.org/z/hEO6Ug...
Fill CPU cache with NOPs Hello!
For benchmarking purposes, I would like to fulfull the CPU's cache with nops, before executin...
How to overload a function that receives a lambda? Though, it works! :)
[code]
int call(function<int(int, int)> f) { return f(1, 2); }
int call(functi...
How to overload a function that receives a lambda? Hello! I'm sorry, I'm very new to C++, so the question can be very silly. So, sorry about it, but I ...
How to test crossplatform C++ code? Hello, everyone!
I've implemented a simple library in C++ and uploaded it on github. Now I want to ...
|
This user does not accept Private Messages