Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What is Big O notation? Do you use it? [duplicate]

Why isn't pass struct by reference a common optimization?

Speeding up pairing of strings into objects in Python

What are your most common sql optimizations?

sql optimization

-static option for gcc?

How would you make this switch statement as fast as possible?

Are constant C expressions evaluated at compile time or at runtime?

Why does g++ pull computations into a hot loop?

How to efficiently rack up billiards for an 8-ball game?

Fast implementation of trigonometric functions for c++

c++ math optimization

Fast algorithm for repeated calculation of percentile?

Most Efficient Multipage RequireJS and Almond setup

scipy minimize with constraints

python optimization scipy

Optimisation for a brainfuck interpreter

Can I selectively (force) inline a function?

Fastest way to loop through a 2d array?

optimization caching loops

Should I normalize my DB or not?

Do modern compilers optimize the x * 2 operation to x << 1?

What is faster (x < 0) or (x == -1)?

GCC Aliasing Checks w/Restrict pointers