Tag: c++
-
A Concurrency Cost Hierarchy
Concurrent operations can be grouped relatively neatly into categories based on their cost -
The Hunt for the Fastest Zero
Unexpected performance deviations depending on how you spell zero. -
Gathering Intel on Intel AVX-512 Transitions
Investigating some details of SIMD related frequency transitions on Intel CPUs. -
A Note on Mask Registers
Some mostly too-low-level-to-care-about hardware details of the mask registers introduced in AVX-512. -
Clang-format Tanks Performance
Can using clang-format make your code slower? Kind of. -
Incrementing Vectors
Incrementingvector<T>for variousTmay not perform as you'd expect.
subscribe via RSS