Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in micro-optimization

Shortest Intel x86-64 opcode for rax=1?

Optimize C# Code Fragment

How to optimize DivMod for a constant divisor of 10

Is there a safe way to specify the value of an object may be uninitialized because it is never used?

c gcc clang micro-optimization

How can I optimize this class that solves this math sequence

Do Dart property result need to cache?

Dynamically inject javascript file - why do most examples append to head?

Does the order of cases matter in PHP switch statements?

if/else vs ternary operator

Thread safety for high-performance in-memory cache

Low level C/C++ performance?

c++ c micro-optimization

Question about loop speed

c++ micro-optimization

How to do inline assembly in C++ (Visual Studio 2010)

PHP: What is the fastest and easiest way to get the last item of an array?

php micro-optimization

boost::thread data structure sizes on the ridiculous side?

Why doesn't String.equals check for equality of char[] value?

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?

How well do linkers cope with functions that return quickly?

Determine the optimal size for array with respect to the JVM's memory granularity