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
Fast search of some nibbles in two ints at same offset (C, microoptimisation)
Jan 21, 2022
c
optimization
micro-optimization
Why is `-1 * x` faster than `-x` and why?
Jan 04, 2021
ruby
micro-optimization
In x86-64 asm: is there a way of optimising two adjacent 32-bit stores / writes to memory if the source operands are two immediate values?
Aug 30, 2022
assembly
optimization
x86-64
micro-optimization
Branch on ?: operator?
Oct 23, 2022
c++
compiler-construction
hardware
micro-optimization
Which integer operations have higher performance alternate methods in Rust?
Dec 22, 2021
rust
micro-optimization
llvm-codegen
C++ Adding 2 arrays together quickly
Oct 26, 2022
c++
performance
arrays
micro-optimization
simd
Fast Euclidean division in C
Oct 07, 2018
c
bit-manipulation
micro-optimization
Avoiding AVX-SSE (VEX) Transition Penalties
Sep 26, 2022
assembly
x86
sse
avx
micro-optimization
Why is using structure Vector3I instead of three ints much slower in C#?
Feb 11, 2022
c#
performance
x86
compiler-optimization
micro-optimization
intel
For loop performance: counters with same value vs. different values
May 01, 2021
java
for-loop
optimization
micro-optimization
Are there any performance test results for usage of likely/unlikely hints?
Feb 04, 2022
c++
c
optimization
gcc
micro-optimization
Using bools in calculations to avoid branches
Mar 14, 2019
c++
optimization
c++11
boolean
micro-optimization
Two's complement of long integer
Aug 31, 2022
assembly
x86-64
micro-optimization
twos-complement
Why are these 8 byte-writes not optimized into a MOV?
Dec 25, 2020
c++
gcc
optimization
x86
micro-optimization
How to force NASM to encode [1 + rax*2] as disp32 + index*2 instead of disp8 + base + index?
Dec 29, 2020
assembly
x86
nasm
micro-optimization
machine-code
Most efficient popcount on `__uint128_t`?
Feb 05, 2021
c
gcc
x86-64
intel
micro-optimization
What's the easiest way to determine if a register's value is equal to zero or not?
Nov 18, 2022
assembly
x86
micro-optimization
Difference between "or eax,eax" and "test eax,eax" [duplicate]
Sep 21, 2022
assembly
x86
micro-optimization
Which Intel microarchitecture introduced the ADC reg,0 single-uop special case?
May 09, 2022
performance
assembly
x86
intel
micro-optimization
« Newer Entries
Older Entries »