Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Make hibernate save() and update() as a single insert optimization

Any performance disadvantages of GC.disable?

Fastest pow() replacement via modified exp. by squaring when lower powers are already calculated

c++ math optimization pow

How to optimize an indirect radix sort? (a.k.a. how to optimize unpredictable memory access patterns)

c++ optimization radix-sort

What is the fastest way to extract given rows and columns from a Numpy ndarray?

collatz sequence - optimising code

When is passing the address of a global variable as a template argument useful?

Fastest 64-bit population count (Hamming weight)

Optimization algorithm for calculating multiplier and divisor values

C++ STL container suited for finding the nth element in dynamic ordered list?

How to optimize SQL query with window functions

Loop fusion in C++ (how to help the compiler?)

Scheduling algorithm, finding all non overlapping intervals of set length

Sending large images time to the GPU

How can I create on-demand reports once they become too slow for our DB?

-O3 in ICC messes up intrinsics, fine with -O1 or -O2 or with corresponding manual assembly

Split single DStream into multiple Hive tables

Fitting a local level Poisson (State Space Model)

C++ Statement Reordering