Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

No llvm opt command in Mavericks

How do I unroll (compile) an interpreter loop?

Can we optimize code to reduce power consumption?

c optimization arm

Is a C++ optimizer allowed to move statements across a function call?

C++: optimizing function with no side effects

c++ optimization

Quicker way to read single column of CSV file

Forcing the .NET JIT compiler to generate the most optimized code during application start-up

Which is better/more efficient: check for bad values or catch Exceptions in Java

How to optimize this short factorial function in scala? (Creating 50000 BigInts)

Will removing white space and newline characters from PHP make it run faster?

Benchmarking VBA Code

Fastest way to compute distance squared

c optimization simd

Optimized Bubble Sort

What does kernel_constraint=max_norm(3) do?

Why does GCC keep empty functions?

Does setting the platform when compiling a c# application make any difference?

What's your approach for optimizing large tables (+1M rows) on SQL Server?

Can you force ImageMagick to use PNG-8 alpha transparency?

Loop Reversal in C# Speeds Up app

java optimization nitpick: is it faster to cast something and let it throw exception than calling instanceof to check before cast?