Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Java 8 poor GUI performance compared to Java 6

Storing & accessing up to 10 million files in Linux

linux performance ext4 xfs

Why does compiler inlining produce slower code than manual inlining?

Examples where compiler-optimized functional code performs better than imperative code

Methods vs pipes

angular performance

vftable performance penalty vs. switch statement

c++ performance virtual

Why are Python and Ruby so slow, while Lisp implementations are fast?

C# compiler doesn’t optimize unnecessary casts

How can I get perf to find symbols in my program

linux performance perf

Why is glibc's sscanf vastly slower than fscanf on Linux?

c performance glibc scanf

How to, simply, wait for any layout in iOS?

ios performance runloop

How slow is too slow for unit tests?

Why is '\n' preferred over "\n" for output streams?

Disadvantages in Multidexing the android application

android performance dalvik

Hashmap vs Array performance

Speed of mysql query on tables containing blob depends on filesystem cache

mysql performance caching blob

What flags are enabled by -XX:+AggressiveOpts on Sun JRE 1.6u20?

performance jvm java

How to improve Golang compilation speed?

How to handle Vue 2 memory usage for large data (~50 000 objects)

Node.js console.log performance