Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

How to optimize an algorithm for a given multi-core architecture

np.exp much slower than np.e?

python numpy optimization

Git DEFLATE/optimized zlib

Trick to divide a constant (power of two) by an integer

Performance optimization on Django update or create

django optimization

Will an empty class be optimized away

c++ optimization

Making g++ use SHLD/SHRD instructions

gcc and cpu_relax, smb_mb, etc.?

subroutine perl with inline

Trying to solve Sudoku with cvxpy

Where should function attributes go?

Efficient way to generate random contingency tables?

Random Complete System Unresponsiveness Running Mathematical Functions

Avoiding unnecessary slice copying in Python

python optimization idioms

Optimizing BeautifulSoup (Python) code

Why would using a temp table be faster than a nested query?

Different behavior of compilers with array allocation

How do I profile code beyond per-function level?

When I have per-CPU data structures, does it improve performance to have them on different pages?

Optimizing radix sort in Haskell