xenomachina
I'm the founder of Niphtio (https://nipht.io/). When it comes to computing, I'm a bit of a generalist: I'm interested in programming language design, compilers, computer graphics, machine learning, robotics, games, and more. These days I regularly use Kotlin and Python, but I've also used Java, C, and C++ quite a bit. I'm a fan of Scheme, though I prefer to work in statically typed languages. My editor of choice is Vim.
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Can you compare two .hprof files in IntelliJ IDEA?
AnsweredI'm trying to track down a memory leak. They way I've done this in the past (a long time ago) was to take two heap snapshots: After doing some initial setup and a little bit of work After doing a l...