Daily Performance tweets.

Joined July 2013
Photos and videos
How slow are Java exceptions? - bit.ly/1gY81R3

Swing animation running extremely slow - bit.ly/173jdr5

String vs string in C# - bit.ly/16kPYuk

Speed up the loop operation in R - bit.ly/16myOzJ

How to efficiently count the number of keys/properties of an object in JavaScript? - bit.ly/HbSdcK

1
Best way to reverse a string - bit.ly/1eg3HYR

Efficiency of Java "Double Brace Initialization"? - bit.ly/1a5s2fm

One could use a profiler, but why not just halt the program? - bit.ly/19URdkd

1
How can i optimize MySQL's ORDER BY RAND() function? - bit.ly/1aaoRZk

How to find the kth largest element in an unsorted array of length n in O(n)? - bit.ly/1axEOaf

How to read a large text file line by line using Java? - bit.ly/1pZR8ea

How to deal with "java.lang.OutOfMemoryError: Java heap space" error (64MB heap size) - bit.ly/HvewuG

Reducing Memory Access Times with Caches: developerblog.redhat.com/201… #programming #cpp #performance

What makes a SQL statement sargable? - bit.ly/1cw8dF9

Which Python memory profiler is recommended? - bit.ly/1DMFOVc

MyISAM versus InnoDB - bit.ly/1h8zf56

1
Assembly Optimizations: (Un)Packing Structures bit.ly/1Rp2tvy #programming #performance