Live data from Hacker News

Viewing profile — JeromeBonnet

JeromeBonnet

HN member
Joined
Wed, Aug 01, 2018, 8:06 AM UTC
HN karma
5
Public activity
5 items

About JeromeBonnet

No profile information was provided.

Recent public activity

  1. comment
    Comment #18003864

    My understanding is that the detection order follows the underlying phenomena: first the neutron stars fell towards each other, producing gravitational waves, and only then did the…

  2. comment
  3. comment
    Comment #17660969

    It is a trade off. I see the length limit is 23 for SSO-23, but it could have been arbitrarily larger. What is the basis for the determination of those magic length limit targets?

  4. comment
    Comment #17660734

    > Why would you store the size and capacity as part of the buffer? To decrease the memory footprint of your small strings. It can see how some uses cases where a large proportion o…

  5. comment
    Comment #17660458

    Hi, John! Why did you chose to store 'size' and 'capacity' in the 'rs_heap' struct instead of at the beginning of the heap-allocated buffer pointed to by 'buffer'? Did you find it …