Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

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

what's bubble sort good at? [duplicate]

Is there a real-world benchmark of Java vs C++? [closed]

Sql IN clause slows down performance