Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Optimized code to check the element of list unique or not

Efficient Alternative to "in"

Running SQL Server on the Web Server

Is it still worth trying to create optimizations for sqrt() in C?

c performance optimization

Best practices for getting a list of IDs from an ActiveRecord model

PNG Compression [closed]

image optimization png

Project Euler: Problem 1 (Possible refactorings and run time optimizations)

Rails: Getting an array of object ids by query/conversion (for comparision)

variables as opposed to class calls

c++ optimization

Memory Efficiency in Java

java optimization memory jvm

Is it possible to micro-optimize "x = max(a,b); y = min(a,b);"?

How often do you worry about how many if cases will need to be processed?

Producing the fastest possible executable

Efficency of Comparisons in C++? ( abs(X)>1 vs abs(x) != 0)

How to explain at your boss that code/resources optimization is important?

performance optimization

Which is the best way, in C, to see if a number is divisible by another?

What is preferred option for assignment and formatting?

c++ optimization

Is masking required in this case?

c optimization masking

Runtime cpu detection in dynamic linker (ld.so)

c linux optimization linker