Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

How do I write a generic memoize function?

Fastest way to iterate over a stack in c#

c# optimization stack

Finding the most frequent character in a string

Doing efficient Numerics in Haskell

PHP speed: what is faster? if (isset ($foo)) OR if ($foo==true) [closed]

Use of recursion in Scala when run in the JVM

Approximate e^x

math optimization fpga

How can I increase the performance in a map lookup with key type std::string?

C loop optimization help for final assignment (with compiler optimization disabled)

Slow treeview in C#

More efficient algorithm for shortest superstring search

Optimizing Code [closed]

Is a shift instruction faster than an IMUL instruction?

assembly optimization x86

Does rearranging a conditional evaluation speed up a loop?

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