Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Function optimized to infinite loop at 'gcc -O2'

How to find the position of the only-set-bit in a 64-bit value using bit manipulation efficiently?

Is there a way to get the size of a file in .NET using a static method?

Inline function v. Macro in C -- What's the Overhead (Memory/Speed)?

Why is this loop changed?

java loops optimization

Does Laravel's "soft_delete" need index on MySQL?

Fastest code C/C++ to select the median in a set of 27 floating point values

c++ c algorithm optimization

WHERE clause before INNER JOIN

mysql join optimization where

gcc -g vs not -g and strip vs not strip, performance and memory usage?

c optimization gcc strip

How-to ensure that compiler optimizations don't introduce a security risk?

Speed up bitstring/bit operations in Python?

What is fusion in Haskell?

Branch-aware programming

Query on -ffunction-section & -fdata-sections options of gcc

c gcc optimization linker size

How to improve performance of this code?

What's the fastest way to divide an integer by 3?

How can I code Java to allow SSE use and bounds-check elimination (or other advanced optimizations)?

Can C# 'is' operator suffer under release mode optimization on .NET 4?

Why not always use psyco for Python code?

python optimization psyco

Why always close Database connection?