Rendering the Java heap as a Treemap
A failed experiment with dominator trees
Sep 25, 20249 min read3.8K

Search for a command to run...
Articles tagged with #java
A failed experiment with dominator trees

Today I was mob programming with Square's Mobile & Performance Reliability team and we toyed with an interesting idea. Our codebase has classes that represent screens a user can navigate to. These classes are defined in modules, and these modules hav...

Demystifying the internals of DI libraries

TL;DR Avoid doing this: new HashMap<String, String>() {{ put("key", value); }}; Leak Trace I was recently looking at the following leak trace from LeakCanary: ┬─── │ GC Root: Global variable in native code │ ├─ com.bugsnag.android.AnrPlugin instan...
