Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Understanding Ruby on Rails render times

optimizing byte-pair encoding

merge vector into existing vector

c++ optimization stl

Is memory allocated for a static const variable whose address is never used?

Is this solvable in polynomial (or pseudo-polynomial) time?

What is the algorithm for query search in the database?

Python: Memory leak?

How can I optimize/refactor a TSQL "LIKE" clause?

How can you explore the managed heap in a .NET application to identify possible memory optimizations?

SSE optimized emulation of 64-bit integers

c++ optimization x86 64-bit sse

Advantage of *this* over event.target

c++11 fast constexpr integer powers

C: Improving performance of function with heavy sin() usage

Speed Static Methods vs Class Method

Does an index < or > MySQL queries?

mysql optimization indexing

Efficient computation of the high order bits of a 32 bit integer multiplication

c++ c optimization

Why doesn't gcc remove this check of a non-volatile variable?

c optimization gcc volatile

Print Statement in SQL procedure should affect Performance?

Is there a PL/SQL pragma similar to DETERMINISTIC, but for the scope of one single SQL SELECT?

Multiple source file executable slower than single source file executable

c++ optimization gcc