Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Why is allocating heap-memory much faster than allocating stack-memory?

Why does reflection not perform well in .NET?

.net performance reflection

NCHAR(1) vs BIT

Avoiding casting multiple times

gcc inline assembly - operand type mismatch for `add', trying to create branchless code

Slow LINQ query for .ToArray()

c# winforms performance linq

Is there a difference in term of performance between "unsigned int" and "int" on the IPhone?

Replicating String.split with StringTokenizer

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?