Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

What is the best way to slide a panel in WPF?

wpf performance xaml animation

What impact, if any, does the -d64 switch have on Sun JVM resident memory usage?

java 64-bit jvm performance sun

Database performance: filtering on column vs. separate table

Why does clojure do worse than scala in the alioth benchmarks

scala clojure performance

Is `extend` faster than `+=`?

python performance list

How simultaneous queries are handled in a MySQL database?

sql mysql performance

Measuring the UITableView Scrolling Performance - iphone

How can I speed up array cloning in C#?

(My)SQL performance: updating one field vs many unneccesary fields

mysql performance field

How long does it take to invoke an empty function?

Is there a speed difference in ordering by int vs. float?

Is this a bug in Scala 2.9.1 lazy implementation or just an artifact of decompilation

String.Replace(char, char) or Replace(string, string)?

c# .net string performance

drawbacks or tradeoffs of using explicitly sized types in C family languages

Which is faster, pointer access or reference access?

Why don't GCC and Clang use cvtss2sd [memory]?

What are the Windows and Linux native OS/system calls made from malloc()?

c++ c linux windows performance

Fast way to place bits for puzzle

Is there a way to make my word counting program faster without using impure tricks?

Difference between SuspendLayout and BeginUpdate