New posts in optimization

Fastest implementation of sine, cosine and square root in C++ (doesn't need to be much accurate)

Branchless K-means (or other optimizations)

Combinatorial optimization - improve performance

Using a compass and straightedge, what is the shortest way to divide a line segment into $n$ equal parts?

Efficiently compute Intersection of two Sets in Java?

How do I organize members in a struct to waste the least space on alignment?

Maximization of quadratic form over unit Euclidean sphere not centered at the origin

A simple method to calculate minimal area enclosed between a tangent to $f(x)$ and coordinate axes

Why do many sites minify CSS and JavaScript but not HTML? [duplicate]

Formula for picking time closest to (but after) target

MCMC for estimating negative binomial distribution

Bases are looping using simplex method

Can every semidefinite program be solved in polynomial time?

Optimising Python dictionary access code

Disabling g++'s return-value optimisation

Intuitive understanding of Maximin Principle

Minimum norm problem over Lipschitz functions

Method for finding unnecessary indexes of an operational SQL Server database?

Move or Named Return Value Optimization (NRVO)?

Measuring Query Performance : "Execution Plan Query Cost" vs "Time Taken"