Diagnose OpenGL Performance Problems
I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...
I stumbled upon an interesting OpenGL slow down issue on stackoverflow.com: Curious slowdown in opengl when using instanced rendering. The author created a p...
A crash report arrived at my desk the other day. The system crashed because it ran out of memory. And the major memory consumer was a WeakHashMap. Very inter...
Java 1.5 introduced the Executor framework. In summery: if you have some tasks and you want them to be processed in parallel by a couple of threads, then a E...
I stumbled several times already upon situations where I created a circular dependency between two classes. A circular dependency is a code smell.
This article describes how the memory structure of each Linux process does look like.