Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Suggestions for optimization of code to pass TLE on SPOJ

CUDA /openCL; rewriting branches as non-branching expression

c++ optimization cuda opencl gpu

Can unused member functions be reported by the linker? (C++)(gcc)

Optimizing repeated modulus within a loop

why less than expression converts into less than or equal to expression in gcc

c optimization gcc gimple

Algorithm for finding dead pixels in Javascript

GNU inline assembly optimisation

Combining (OR) arbitrary regular expressions

java regex optimization

Requirejs output to single file excluding jQuery not retaining dependency?

CVX-esque convex optimization in R?

Do optimizers move temporary non-POD types out of loops?

How do I optimize/improve upon this hash function

c++ c math optimization

Fast searching for the lowest value greater than x in a sorted vector

matlab optimization

Global function is slower than functor or lambda when passed to std::sort

ASP.NET MVC bundles in Classic ASP (or PHP etc.)

C++/JAVA: Efficiently find a set in the collection containing given value

java c++ optimization set

How to speed up Google App Engine Go unit tests?

Why does GCC-generated code read junk from stack?

c++ gcc assembly optimization

Searching a sequence of bytes in a binary file in PHP?

php search optimization

Does PHP optimize function arguments of array type, not explicitly passed by reference, when they are not modified?