Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Optimize "for" loop

c++ optimization

How to vectorize a distance calculation using SSE2

Optimizing a NEON XOR implementation

isdigit() always passes the check

Overhead of 'this' keyword

Understanding how to write cache-friendly code

c caching optimization

Why is this sql script so slow and how to make it lightning fast?

C++ inline function & context specific optimization

Reusing Arrays in C#

Is there a faster way to multiply by 2 on SIMD (without using muliplication)?

Select only subclasses from collection with Linq

A fast way to find the number of elements in list intersection (Python)

python optimization

How do I to shorten If else

c# .net optimization

Get an Object from a collection without looping in java

Handling for loop special cases

java c++ c for-loop optimization

Compressing unix timestamps with microseconds accuracy

Does optimizing code in TI-BASIC actually make a difference?

loop function is taking too long

optimization clojure

Better way to find Gameobjects without GameObject.Find

c# unity3d optimization

Define a `static const` SIMD Variable within a `C` Function