Viewing profile — yyusufaslan
yyusufaslan
HN member- Joined
- Sat, Feb 21, 2026, 12:08 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About yyusufaslan
creator of galataj.com
Recent public activity
-
comment
Comment #47225379
Good project. I found exactly when i search a good one.
-
comment
Comment #47165848
Under the hood it uses runtime bytecode instrumentation with dynamic attach to avoid restarts. The main trade-off was balancing per-method granularity with minimal overhead. I chos…
-
story
Show HN: GalataJ – Runtime-aware Java profiling inside IntelliJ and VS Code
Hi HN, While working on large Java projects, I often found myself digging through heap dumps and flame graphs just to answer a simple question: Which methods are actually slow, and…