Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Micro optimize pointer + unsigned + 1

Tricky postgresql query optimization (distinct row aggregation with ordering)

CS5 Hiding layers is painfully slow

Beating or meeting OS X memset (and memset_pattern4)

Is this gcc/clang past-one pointer comparison behavior conforming or non-standard?

c gcc optimization clang

Why is my Cassandra node stuck with MutationStage increasing?

Multiple ParticleSystems in cocos2d

Can I detect at compile time "function arguments" that are compile-time constants

Can I stop .NET 4 performing tail-call elimination?

Logic game: maximising (or minimising) the chances for two agents to meet

Can massive nested loops cause the linker to run endlessly when compiling in Release-Mode?

What is the best algorithm for this array-comparison problem?

c algorithm optimization cuda

Route problem in a graph: minimize average edge cost instead of total cost

Running over an unrolled linked list takes around 40% of the code runtime - are there any obvious ways to optimise it?

C++: Can the Compiler Optimize a Passing by Value?

Priority Queue with a find function - Fastest Implementation

Will Compiler optimize malloc/free or new/delete pair into alloca

Integer division by 7

Make AngularJS skip running a digest loop if $http.get() resulted in no new data

Why is my little STRef Int require allocating gigabytes?

haskell optimization