New posts in optimization

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

What do the "Not optimized" warnings in the Chrome Profiler mean?

C++ cache aware programming

How to find the minimum of $f(x)=(\sin(x)+\cos(x)+\tan(x)+\cot(x)+\sec(x)+\csc(x))^2$?

What is the difference between Seq Scan and Bitmap heap scan in postgres?

Very slow Eclipse 4.2, how to make it more responsive?

Unique local extremum is absolute extremum for continuous functions

Why do C++ optimizers have problems with these temporary variables or rather why `v[]` should be avoided in tight loops?

the least value for :$\frac{a}{b^3+54}+\frac{b}{c^3+54}+\frac{c}{a^3+54}$

Optimizations for pow() with const non-integer exponent?

How to determine if memory is aligned?

Why should I ever use inline code?

Linear programming with min of max function

Accelerate bulk insert using Django's ORM?

How to remove duplicates based on a key in Mongodb?

Math optimization in C#

Optimizing Boot-up

When $\min \max = \max \min$?

Proof for convergence of stochastic gradient descent to a local optimum for non convex functions

Largest-area shape with diameter 1?