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
Why doesn't String.equals check for equality of char[] value?
Oct 29, 2022
java
string
performance
micro-optimization
How to minimize the mutex locking for an object when only 1 thread mostly uses that object and the other thread(s) use it rarely?
Aug 22, 2022
c++
algorithm
qt
mutex
micro-optimization
How well do linkers cope with functions that return quickly?
Mar 13, 2021
c
linker
compiler-optimization
micro-optimization
lto
Determine the optimal size for array with respect to the JVM's memory granularity
Aug 13, 2017
java
arrays
memory-management
micro-optimization
Speed up large modular multiplication in base 2^8 without multiplier
Jun 29, 2022
assembly
multiplication
micro-optimization
riscv
modular-arithmetic
Is it faster to prepend to a string with substr?
Jun 22, 2022
perl
benchmarking
substr
micro-optimization
What is the fastest way to subtract two arrays in scala
Oct 02, 2021
scala
micro-optimization
scala-2.9
Should one use `if ($a != NULL)` or `if ($a !== NULL)` to control program flow?
Oct 13, 2020
php
performance
if-statement
micro-optimization
program-flow
Why does .NET Native compile loop in reverse order?
Sep 11, 2022
c#
assembly
x86
micro-optimization
.net-native
GEMM kernel implemented using AVX2 is faster than AVX2/FMA on a Zen 2 CPU
May 11, 2022
assembly
matrix-multiplication
simd
avx
micro-optimization
How do I optimize a loop which can be fully strict
Sep 22, 2022
performance
haskell
micro-optimization
Threshold an absolute value
Sep 14, 2022
c++
c
language-lawyer
undefined-behavior
micro-optimization
Why is strtolower slightly slower than strtoupper?
Feb 28, 2022
php
c
performance
micro-optimization
java micro-optimization: combine set of boolean instance variables to bit vector based on int
Feb 01, 2022
java
boolean
micro-optimization
bitvector
In Java, should Integer object be preferred over int primitive (same for other numeric types)?
Nov 12, 2022
java
performance
micro-optimization
C++ fixed size arrays vs multiple objects of same type
Aug 16, 2022
c++
c
micro-optimization
is i=(i+1)&3 faster than i=(i+1)%4
May 15, 2022
c++
micro-optimization
What is faster in Python, "while" or "for xrange"
Feb 09, 2022
python
micro-optimization
Is x >= 0 more efficient than x > -1?
Nov 06, 2022
c++
optimization
micro-optimization
« Newer Entries
Older Entries »