Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in micro-optimization
Is there any data on the latency of an AVX2 gather instruction?
Oct 05, 2022
performance
x86
latency
micro-optimization
avx2
Why don't cases in switch statements have their own scope? [duplicate]
Oct 02, 2022
java
switch-statement
micro-optimization
Does cmpxchg write destination cache line on failure? If not, is it better than xchg for spinlock?
Jun 06, 2022
intel
assembly
x86
cpu-cache
micro-optimization
compare-and-swap
Does adding local variables to methods make them slower?
Sep 23, 2022
java
performance
micro-optimization
What nonlocal effects can change the performance of a basic block?
Feb 08, 2022
optimization
assembly
compilation
x86
micro-optimization
Why jnz requires 2 cycles to complete in an inner loop
Feb 07, 2021
x86
micro-optimization
microbenchmark
micro-architecture
Loading an entire cache line at once to avoid contention for multiple elements of it
Jul 12, 2022
c++
multithreading
x86
micro-optimization
false-sharing
Does it cost significant resources for a modern CPU to keep flags updated?
May 22, 2022
performance
assembly
cpu-architecture
micro-optimization
eflags
How to write a custom exception class derived from std::invalid_argument?
Oct 05, 2022
c++
exception
c-strings
stdstring
micro-optimization
What is the difference between _mm_movehdup_ps and _mm_shuffle_ps in this case?
Sep 12, 2022
x86
sse
intrinsics
micro-optimization
sse3
How to properly increment some array key, even if key needs to be created?
Sep 08, 2019
php
optimization
micro-optimization
Shortest Intel x86-64 opcode for rax=1?
Oct 28, 2022
assembly
x86-64
micro-optimization
code-size
intel
Optimize C# Code Fragment
Nov 14, 2022
c#
micro-optimization
unchecked
How to optimize DivMod for a constant divisor of 10
Oct 29, 2022
delphi
x86
inline-assembly
micro-optimization
Is there a safe way to specify the value of an object may be uninitialized because it is never used?
May 06, 2022
c
gcc
clang
micro-optimization
How can I optimize this class that solves this math sequence
Oct 01, 2022
java
optimization
micro-optimization
Do Dart property result need to cache?
Aug 01, 2019
dart
flutter
micro-optimization
Dynamically inject javascript file - why do most examples append to head?
Feb 06, 2022
javascript
dom
optimization
micro-optimization
Efficient modulo-255 computation
Sep 15, 2022
c
algorithm
assembly
bit-manipulation
micro-optimization
Efficient computation of the average of three unsigned integers (without overflow)
Oct 11, 2022
c
algorithm
bit-manipulation
micro-optimization
extended-precision
« Newer Entries
Older Entries »