Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

C++ and Java performance

java c++ performance

GDI+ performance tricks [closed]

Nested loop comparison in Python,Java and C

java python c performance

Is it better to run 100 SQL queries with a WHERE clause that has one condition, or one query with a WHERE clause that has 100 conditions?

php sql mysql performance

Does List<T> create garbage in C# in foreach

What are the advantages of using IEnumerable over an Array?

c# performance linq

Haskell foldl' poor performance with (++)

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

Bad Database Design - Is my table too large?

.NET concurrency performance on the client side

Sending SMS for a bulk of users

Which is more efficient, "data.Length==0" or "data==string.Empty"?

c# string performance

Is String.IndexOf(char) really slower than manual searching?

.net performance string

Fastest way to update a dictionary in python

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

Is point A nearby point B in 3D - distance check

To Save a loop or to go with 2 methods - Convention vs. Performance

c# performance

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

performance optimization

c++ optimization

Efficiency of C vs Assembler

c performance assembly