Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What are you favorite low level code optimization tricks? [closed]

optimization

What can I do to optimize my ajax application for IE7/IE8 in order to avoid "Stop running this script"?

Any pseudo-polynomial algorithm for bounded 0-1 multi-knapsack?

Fast undo/redo for bitmap editor when memory is limited?

Fast(er) algorithm for the Length of the Longest Common Subsequence (LCS)

Fast I/O in c, stdin/out

Array subset optimization with composite aggregate functions

Matching algorithms in R (bipartite matching, Hungarian algorithm)

Why does MSVC use the stack needlessly when returning a small struct in a register?

How may we optimize (cpu & ram) this android custom splash animation?

Help on algorithm to place rooms on a limited space

What is "false sharing"? How to reproduce / avoid it?

How to build hybrid model of RF(Random Forest) and PSO(Particle Swarm Optimizer) to find optimal discount of products?

Logging Django SQL queries with DEBUG set to False

Loop implementation of List.Contains() appears faster than the built-in one. Is it? If so, why?

How to speed up Levenshtein distance calculation

Why does icc fail to handle compile-time branch hints in a reasonable way?

c optimization x86 icc built-in

Any papers that explore performance issues and optimizations strategies available to C++ based COM applications?

c++ optimization com resources

GHC Optimization: Collatz conjecture

haskell optimization

Are subqueries cached by MySQL when used in a WHERE clause?