Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in micro-optimization

In assembly, should branchless code use complementary CMOVs?

Latency bounds and throughput bounds for processors for operations that must occur in sequence

Why is do...while slower than while when using gcc optimization [duplicate]

How could this Java code be sped up?

Performance of delegate()

jquery micro-optimization

Performance penalty: denormalized numbers versus branch mis-predictions

Is it more efficient to multiply within the address displacement or outside it?

C++ Optimization on negative integers

Unsigned 64x64->128 bit integer multiply on 32-bit platforms

Assembly - How to score a CPU instruction by latency and throughput

Neon 64 bit aarch: compare vector to zero

Why XOR before SETcc?

SQL INSERT order

Why is destructuring an array in javascript slower than for an object?

Insert a bit in a byte at pos n with Assembly

Is it faster to pop unneeded values from the stack, or add an immediate constant to SP on a 386+ CPU?