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.
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
创建于 Can you compare two .hprof files in IntelliJ IDEA?
已回答I'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...