Live data from Hacker News

Viewing profile — SirYwell

SirYwell

HN member
Joined
Tue, Jun 27, 2023, 7:06 AM UTC
HN karma
12
Public activity
3 items

About SirYwell

No profile information was provided.

Recent public activity

  1. comment
    Comment #41617928

    Why doesn't it mention the used Java version? And a few flame graphs would be interesting as well.

  2. comment
    Comment #36490504

    Allocation + deallocation might have more overhead together. I'll try to rephrase: Requesting an object from a pool might have more overhead than allocating a fresh object, and dea…

  3. comment
    Comment #36490178

    Allocation is typically really cheap, maintaining pools for objects would likely have more overhead. And while collecting garbage takes resources too, it's heavily concurrently, es…