Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

.NET Dynamic method. Best performance

Constrain a 16 bit signed value between 0 and 4095 using Bit Manipulation only (without branching)

Concatenation, multiple parameters or sprintf?

php optimization

Enhancing ImageView brightness programmatically

Do compilers reduce simple functions given constant arguments into unique instructions?

Maintain x*x in C++

c++ c++11 math optimization

Get all combinations of shared elements in a list

r list optimization

How to do it more efficiently?

PHP - Does try/catch have a higher overhead than if/then?

php optimization logic

Efficiency of boolean comparisons? In C

optimizing array loop in c

c arrays optimization gcc

PHP if OR is the second part checked on true?

What's the difference between code written for a desktop machine and a supercomputer?

std::string and multiple concatenations

c++ string optimization std

What is the standard way to constrain a optimizing compiler to keep duplicate assignments?

c optimization embedded

Find out max & min of two number without using If else?

Why doesn't my C++ compiler optimize these memory writes away?

c++ optimization

My N-body program runs 100x slower when coded in Julia vs. when coded in C, why?

c optimization julia

Back to basics; for-loops, arrays/vectors/lists, and optimization

Confusing gprof output