Live data from Hacker News

Viewing profile — rodrigodd

rodrigodd

HN member
Joined
Sat, Sep 02, 2023, 7:19 PM UTC
HN karma
44
Public activity
4 items

About rodrigodd

No profile information was provided.

Recent public activity

  1. comment
    Comment #37370311

    > How come you don't consider conditional branches to be terminating instructions of your basic blocks? Initially I was doing that, but it was making tight loops too slow. And what…

  2. comment
    Comment #37370242

    I am already using a non-cryptographic hasher. In fact, I am not doing any hashing at all, I am just assuming that the input is already random enough, and use a Hasher that just co…

  3. comment
    Comment #37367044

    The maximum supported size is 512 banks, so 25 bits. But searching now, I don't think there are any games bigger than 1 MiB in size (64 banks), so 22 bits, or just 16 MiB or 32 MiB…

  4. story