Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What's the difference between partial evaluation and function inlining in a functional language?

How to keep very big elements on memory without exhausting the garbage collector?

Undefined behaviour or gcc optimization bug

Bitwise integer cube root algorithm

algorithm math optimization

Are the optimizations done in LTO the same as in normal compilation?

How to optimize golang program that spends most time in runtime.osyield and runtime.usleep

optimization go pprof

optimization of access to members in c++

How to improve performance without going parallel for my backprop ANN

c++ optimization constants

Do Xcode 8 Swift 3 apps run on iOS 7 successfully?

ios swift xcode optimization

gcc LTO appears to strip debugging symbols

debugging gcc optimization lto

Why is it bad pratice calling an array index with a variable?

In which cases are IEnumerable<T>.Count optimized?

Fastest way to fill an array with a single value [duplicate]

Faster range for loop (C++11)

Do..while inside switch

Can adding 'const' to a pointer help the optimization?

c++ c optimization constants

Actionscript 3 import package.* vs import package.Class

algorithm challenge: merging date range

Are there any good, modern, online guides to hand optimizing assembly code? [closed]

optimization assembly

Why is there overhead when calling functions?