Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Is it faster to return early or to let the code finish?

Is casting narrow types to wider types to save memory and keep high-precision calculations a terrible idea?

C++ return value versus exception performance

c++ performance exception

Program runs slow on just a couple of computers

performance delphi

Why avoid string.ToLower() when doing case-insensitive string comparisons?

Reducing the complexity of an o(n^3) c++ code

Why is Perl commonly used for writing CGI scripts?

perl search performance cgi

Which is the best practices: MethodReturnsBoolean == true/false OR true/false == MethodReturnsBoolean

Do generic interfaces in C# prevent boxing? (.NET vs Mono performance)

Are there some disadvantages in using "a lot" of LINQ to Objects statements?

c# .net performance linq

How can I count the number of zero decimals in JavaScript?

javascript performance

What's the efficiency and quality of this shuffling algorithm?

How can I reduce Perl CGI script start-up time?

Delphi loop speed question

Populating a list is Scala with random double taking forever

performance list scala

Should I optimise my python code like C++? Does it matter?

python performance

What language/platform would you recommend for CPU-bound application?

c++ performance algorithm

Why is this code so slow?

c++ performance

Mysql: get 2 result from every cat [one to many relation ship]

mysql sql performance join