Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

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?

Why are dict lookups always better than list lookups?

How to read file content into istringstream?

Compute fast log base 2 ceiling

What are some best practices for reducing memory usage in C?

Why is inlining considered faster than a function call?

post increment vs pre increment - Javascript Optimization

Is it safe to read past the end of a buffer within the same page on x86 and x64?

find unused images, css rules, js script blocks [closed]

Converting Map<String,String> to Map<String,Object>

Python garbage collection

MySQL EXPLAIN: "Using index" vs. "Using index condition"

mysql optimization

Optimizing for space instead of speed in C++

c++ optimization embedded