Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Prefetching Examples?

What optimizations can I expect from Dalvik and the Android toolchain?

JS: Most optimized way to remove a filename from a path in a string?

javascript optimization

What does the class class [B represents in Java?

java optimization memory jhat

Is shifting bits faster than multiplying and dividing in Java? .NET? [closed]

Rules for using the restrict keyword in C?

c optimization memory

Android ProGuard: Most Aggressive Optimizations

Using index, using temporary, using filesort - how to fix this?

Optimization by Java Compiler

java optimization javac

Will my iPhone app take a performance hit if I use Objective-C for low level code?

C++: Mysteriously huge speedup from keeping one operand in a register

Why does using the ternary operator to return a string generate considerably different code from returning in an equivalent if/else block?

What is Haskell's Stream Fusion

Most efficient way to see if an ArrayList contains an object in Java

Is it legal for a C++ optimizer to reorder calls to clock()?

c++ optimization clock

String concatenation without '+' operator

Creating an index on a timestamp to optimize query

Why prefer signed over unsigned in C++? [closed]

c++ optimization

Generating permutations of a set (most efficiently)

Is the compiler allowed to optimize out heap memory allocations?