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
What does `rep ret` mean?
Aug 28, 2022
assembly
x86
micro-optimization
branch-prediction
' ... != null' or 'null != ....' best performance?
Aug 28, 2022
java
performance
micro-optimization
"enter" vs "push ebp; mov ebp, esp; sub esp, imm" and "leave" vs "mov esp, ebp; pop ebp"
Oct 25, 2022
assembly
x86
stack
micro-optimization
stack-frame
Divide by 10 using bit shifts?
Feb 09, 2018
math
bit
micro-optimization
low-level
integer-division
Does using xor reg, reg give advantage over mov reg, 0? [duplicate]
Aug 27, 2022
assembly
x86
micro-optimization
Weird use of `?:` in `typeid` code
Jan 19, 2021
c++
conditional-operator
micro-optimization
typeid
How to force GCC to assume that a floating-point expression is non-negative?
Nov 09, 2022
c++
gcc
assembly
floating-point
micro-optimization
Fast method to copy memory with translation - ARGB to BGR
Jul 06, 2022
c
x86
rgb
sse
micro-optimization
intel
Is reading the `length` property of an array really that expensive an operation in JavaScript?
Aug 25, 2022
javascript
arrays
micro-optimization
Is it possible to tell the branch predictor how likely it is to follow the branch?
Aug 18, 2022
c
gcc
x86
compiler-optimization
micro-optimization
Is it more efficient to perform a range check by casting to uint instead of checking for negative values?
Aug 18, 2022
c#
performance
micro-optimization
numeric-conversion
range-checking
Fastest way to strip all non-printable characters from a Java String
Aug 17, 2022
java
string
performance
optimization
micro-optimization
Why can't GCC generate an optimal operator== for a struct of two int32s?
Aug 26, 2022
c++
gcc
x86-64
compiler-optimization
micro-optimization
Floating point division vs floating point multiplication
Aug 17, 2022
c++
floating-point
micro-optimization
When, if ever, is loop unrolling still useful?
Aug 16, 2022
performance
language-agnostic
optimization
micro-optimization
what is faster: in_array or isset? [closed]
Aug 16, 2022
php
performance
micro-optimization
Why does my application spend 24% of its life doing a null check?
Jul 17, 2019
c#
performance
optimization
il
micro-optimization
Cost of exception handlers in Python
Aug 30, 2022
python
performance
exception
micro-optimization
What is the best way to set a register to zero in x86 assembly: xor, mov or and?
Dec 14, 2021
performance
assembly
optimization
x86
micro-optimization
Should I use Java's String.format() if performance is important?
Aug 14, 2022
java
string
performance
string-formatting
micro-optimization
« Newer Entries
Older Entries »