Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What steps should be necessary to optimize a poorly performing query?

sql-server optimization

Java optimization : local variable or function call

java variables optimization

64bit .NET Performance tuning

how to see the optimized code in c

c optimization

performance of log10 function returning an int

tips for optimizing a read-only sql database

sql-server optimization

Three-way conditional in c++ to determine sign equivalance of two numbers

0/1 Knapsack Dynamic Programming Optimization, from 2D matrix to 1D matrix

When can optimizations done by the compiler destroy my C++ code?

c++ optimization

Efficient way to convert Scala Array to Unique Sorted List

faster Math.exp() via JNI?

When to use -O2 flag for gcc?

c++ unix optimization gcc

Fast integer ABS function

c# .net optimization

What optimizations are OK to do right away?

Is it useful in C# to apply DeMorgan's theorem to manually optimize boolean expressions in conditional statements (e.g. if conditions)

Fast undo facility for bitmap editor application

Accessing local variable doesn't improve performance

javascript optimization

try {.... } catch(..) only if a certain compile time expression is true

c++ optimization try-catch