Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in micro-optimization

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?

Branchless count-leading-zeros on 32-bit RISC-V without Zbb extension

Missing optimization: mov al, [mem] to bitfield-insert a new low byte into an integer

Intel 8086 Assembly -- Squaring a Register

C++ Is this a form of micro optimization

c++ micro-optimization

Does each Floating point operation take the same time?

What is faster in C++: mod (%) or another counter?