Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Crash while filling a 16bpp image with -O3 optimization and odd pitch

c++ optimization g++

How to use C99 standard types for maximum portability AND efficiency across most platforms?

L2 data and instruction cache decreased suddenly

Python-iptables how to optimize code

How to optimize this product of three matrices in C++ for x86?

Is there a way cleanly use hidden classes in javascript when you dont know what the properties will be?

Memory layout optimization in C#

Why isn't this C++ member function optimized by the compiler with -O3?

c++ gcc optimization clang++

Faster String GetHashCode (e.g. using Multicore or GPU)

c# .net optimization

Are there any performance test results for usage of likely/unlikely hints?

Algorithm to bracket an expression in order to maximize its value

What is the best way to check if a selector exists?

jquery optimization

What's the fastest way to do a right bit rotation/circular shift on a byte array

Screenshot colour averaging of rectangles

What's the most efficient algorithm to calculate the LCM of a range of numbers?

Cython: Inline Function not pure C

Measure static memory usage for C++ ported to embedded platform

c++ optimization g++ embedded

Using bools in calculations to avoid branches

Preferred idiom for endianess-agnostic reads

Why does loop unrolling have no effect for a large dataset?