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
x86 Assembly pushad/popad, How fast it is?
Jan 31, 2023
performance
assembly
x86
inline-assembly
micro-optimization
Optimize nested loops for pattern-filling an array, to help the compiler produce efficient ARM assembly?
Jan 27, 2023
c
assembly
arm
micro-optimization
Why this unnecessary MOVAPD copy in gcc 9.1, in a tiny function
Jan 27, 2023
assembly
gcc
x86-64
sse
micro-optimization
x86 opcode alignment references and guidelines
Jan 25, 2023
assembly
x86
x86-64
memory-alignment
micro-optimization
JVM first 4 booleans optimized, not 5th
Jan 12, 2023
java
memory
jvm
micro-optimization
Is there a difference in performance between the child and descendant selectors?
Jan 09, 2023
css
performance
css-selectors
micro-optimization
According to Intel my cache should be 24-way associative though its 12-way, how is that?
Jan 08, 2023
performance
intel
cpu-architecture
cpu-cache
micro-optimization
Can two instructions execute in the same cycle if the same register is used as input and output respectively?
Jan 08, 2023
assembly
x86
x86-64
cpu-architecture
micro-optimization
Instruction reordering in x86 / x64 asm - performance optimisation with latest CPUs
Jan 04, 2023
assembly
optimization
x86
x86-64
micro-optimization
Is there some benefit in the following assembly commands?
Dec 28, 2022
assembly
x86
x86-16
masm
micro-optimization
Does optimizing code in TI-BASIC actually make a difference?
Dec 27, 2022
optimization
micro-optimization
ti-basic
Conflicting signs in x86 assembly: movsx then unsigned compare/branch?
Dec 26, 2022
assembly
x86
masm
micro-optimization
signedness
str_replace with strpos?
Dec 24, 2022
php
str-replace
micro-optimization
strpos
Are compilers able to avoid branching instructions?
Dec 22, 2022
c++
c++11
bit-manipulation
c++14
micro-optimization
Which is faster for bitwise NOT operation: precalculated table or `~`
Dec 21, 2022
c++
cpu-architecture
cpu-cache
micro-optimization
Overhead for MySQL SELECTS - Better to Use One, or Many In Sequence
Dec 15, 2022
php
mysql
performance
micro-optimization
overhead
Why NASM on Linux changes registers in x86_64 assembly
Dec 12, 2022
assembly
nasm
x86-64
micro-optimization
shellcode
If a function is only called from one place, is it always better to inline it? [duplicate]
Dec 11, 2022
c++
c
performance
optimization
micro-optimization
C++: Performance impact of if inside loops
Dec 10, 2022
c++
micro-optimization
premature-optimization
How to get lg2 of a number that is 2^k
Feb 05, 2023
performance
bit-manipulation
micro-optimization
logarithm
bitcount
« Newer Entries
Older Entries »