Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Calculating the speed of routines?

Does System.Activator.CreateInstance(T) have performance issues big enough to discourage us from using it casually?

Why is floor() so slow?

calendar.getInstance() or calendar.clone()

java performance

CSS transform vs position

css performance layout

Is there a faster alternative to Google Analytics? [closed]

Why null-terminated strings? Or: null-terminated vs. characters + length storage

Read speed of SharedPreferences

Optimizing Lookups: Dictionary key lookups vs. Array index lookups

c# .net performance poker

Numpy and line intersections

jQuery animate() and browser performance

PHP landmines in general [closed]

php performance

Most appropriate way to get this: $($(".answer")[0])

Why is hashCode slower than a similar method?

java performance hashcode

Optimizing numerical array performance in Haskell

Significant FMA performance anomaly experienced in the Intel Broadwell processor

Javascript: What's the algorithmic performance of 'splice'?

javascript performance

Excel VBA Performance - 1 million rows - Delete rows containing a value, in less than 1 min

performance vba excel

Why is list(x for x in a) faster for a=[0] than for a=[]?

When are VBOs faster than "simple" OpenGL primitives (glBegin())?