-
Hi! I'm Patrick Wright, and I work as a freelance software engineer based in Berlin, Germany. Go ahead and get in touch!
-
Recently…
…and not so recently
Tag Archives: jvm
Java Memory Management: A Tragedy of the Commons
I was working with NetBeans the other day, debugging some of my own code. I had been running the debugger repeatedly, tracing through the code over and again. NetBeans gradually slowed down, and stepping through lines of code became downright … Continue reading
Posted in Uncategorized
Tagged garbage collection, java, jvm
Comments Off on Java Memory Management: A Tragedy of the Commons
Dynamic Languages on the JVM
Dynamic Language Integration in the JVM I’ve been interested to see the different languages built on top of the JVM. If you do a web search for “jvm languages”, you’ll find a whole slew of them listed, some of which … Continue reading
Posted in Uncategorized
Tagged dynamic languages, jvm, scripting
Comments Off on Dynamic Languages on the JVM