Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

How do I reduce garbage collection when parsing a binary file in Haskell?

haskell optimization

Saturated substraction - AVX or SSE4.2

c gcc optimization sse avx

Non convex optimizer

What is the logic behind COBOL paragraph numbering?

How do I minify the following series of for loops into a less compact code?

javascript optimization

Optimal LIKE search in SQL

sql optimization search

const vs enum in D

optimization enums constants d

"variable tracking" is eating my compile time!

Java compiler optimization for repeated method calls?

Question about optimization in C++

c++ optimization

One big query vs. many small ones?

how can we filter elements in array with regex in array with javascript?

Correct way of unrolling loop using gcc

Django proper use of select_related or prefetch_related on a ForeignKey

Haskell compiling with -O2 drastically increases memory usage

Clojure - optimize a threaded map reduce

optimization clojure reduce

Optimize computation of the "difference function"

python loops optimization

What are some optimization techniques for MySQL table with 300+ million records?

Performing iPhone optimization on externally downloaded PNGs

iphone optimization png

Memory usage of iterators in C#