Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What is the gain from declaring a method as static

std::map insert or std::map find?

c++ optimization stl stdmap

When, if ever, is loop unrolling still useful?

Combine and Minify Multiple CSS / JS Files

What is PAGEIOLATCH_SH wait type in SQL Server?

Are eval() and new Function() the same thing?

Java HashMap performance optimization / alternative

Why does my application spend 24% of its life doing a null check?

Print All JVM Flags

Is it possible to simplify (x == 0 || x == 1) into a single operation?

Algorithm to get the excel-like column name of a number

php algorithm optimization

Reducing memory usage of .NET applications?

What is the fastest integer division supporting division by zero no matter what the result is?

Most efficient way to make the first character of a String lower case?

Why don't two binaries of programs with only comments changed exactly match in gcc?

What are the mechanics of short string optimization in libc++?

Will strlen be calculated multiple times if used in a loop condition?

c++ c gcc optimization strlen

Different floating point result with optimization enabled - compiler bug?

c++ optimization g++ c++-faq

In C++, should I bother to cache variables, or let the compiler do the optimization? (Aliasing)

Django: Set foreign key using integer?