Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Can jconsole data be retrieved from the command line?

Why is it okay that this struct is mutable? When are mutable structs acceptable?

At what point is it worth reusing arrays in Java?

Is regex too slow? Real life examples where simple non-regex alternative is better

ViewBag vs ViewData performance difference in MVC?

What's the recommended way of creating objects in NodeJS?

Why are loops always compiled into "do...while" style (tail jump)?

Windows 7 php + Symfony2 terribly slow

Why is Erlang slower than Java on all these small math benchmarks?

WPF VirtualizingStackPanel for increased performance

Why is my Scala tail-recursion faster than the while loop?

How much overhead can the -fPIC flag add?

c performance gcc

Fastest way to check for existence of a file in NodeJs

performance node.js

What is the efficient way to count set bits at a position or lower?

How expensive are Python dictionaries to handle?

Most efficient way for a lookup/search in a huge list (python)

python search list performance

File read using "open()" vs "with open()" [duplicate]

python performance file-io

How do you measure page load speed? [closed]

performance measurement

When are structs the answer?

c# performance raytracing

String concatenation vs String Builder. Performance

c# performance string