Search code examples
Conditional function call without using other jumps?...

assemblyx86nasmmicro-optimization

Read More
Optimal List Comprehension (Filtering Existing List)...

pythonlistoptimizationmicro-optimization

Read More
C# How do basic operation time vary with the size of the numbers?...

c#performanceoptimizationmultiplicationmicro-optimization

Read More
Packing two DWORDs into a QWORD to save store bandwidth...

performanceassemblyoptimizationx86micro-optimization

Read More
Most efficient popcount on `__uint128_t`?...

cgccx86-64intelmicro-optimization

Read More
Fastest way to find the row-wise maximum over submatrices...

c++micro-optimization

Read More
Does stack space required by a function affect inlining decisions in C/C++?...

c++cgccinlinemicro-optimization

Read More
Is it more efficient to touch fewer registers in ARM assembly?...

assemblyarmcpu-architecturemicro-optimization

Read More
Fastest way to set a single memory cell to zero or a constant in x86 assembly?...

assemblyx86x86-64zeromicro-optimization

Read More
Decimal concatenation of two integers using bit operations...

calgorithmconcatenationbit-manipulationmicro-optimization

Read More
Is it possible to tell the branch predictor how likely it is to follow the branch?...

cgccx86compiler-optimizationmicro-optimization

Read More
Is the conditional operator slow?...

c#performanceif-statementconditional-operatormicro-optimization

Read More
How can I accelerate this code (MWE!), e.g. using restrict...

c++coptimizationcompiler-optimizationmicro-optimization

Read More
MIPS array indexing using a displacement in lw for a known constant index?...

assemblymipsmicro-optimization

Read More
Why jnz counts no cycle?...

performanceassemblyx86micro-optimizationmicro-architecture

Read More
Fast signed 16-bit divide by 7 for 6502...

assemblydivisionmicro-optimizationinteger-division6502

Read More
Fastest way to work with unaligned data on a word-aligned processor?...

carmmemory-alignmentmicro-optimizationcortex-m

Read More
MMX Register Speed vs Stack for Unsigned Integer Storage...

assemblyx86cpu-registersmicro-optimizationmmx

Read More
PHP interpreter micro-optimizations in code...

phpbytecodemicro-optimization

Read More
Why is using structure Vector3I instead of three ints much slower in C#?...

c#performancex86compiler-optimizationmicro-optimization

Read More
Unset the most significant bit in a word (int32) [C]...

cmicro-optimizationbitarray

Read More
Is there a loop construct that repeats n times without calculating some conditional?...

loopsassemblyprogramming-languagesmicro-optimizationbranch-prediction

Read More
Performance: Mod and assignment vs conditional and assignment...

cassemblyx86micro-optimization

Read More
How expensive is it to convert between int and double?...

c++x86c++-clix86-64micro-optimization

Read More
Modern x86 cost model...

performanceassemblyx86floating-pointmicro-optimization

Read More
Why are any() and all() inefficient at treating booleans?...

python-3.xmicro-optimization

Read More
How to reliably influence generated code at near machine level using GHC?...

haskellghcmicro-optimization

Read More
More efficient way to loop?...

pythonperformancefor-loopvectorizationmicro-optimization

Read More
Saturate short (int16) in C++...

c++compiler-optimizationmicro-optimization

Read More
JavaScript not performing consistently (V8)...

javascriptoptimizationv8micro-optimization

Read More
BackNext