Live data from Hacker News

Viewing profile — appeldorian

appeldorian

HN member
Joined
Thu, Mar 30, 2023, 8:31 AM UTC
HN karma
27
Public activity
2 items

About appeldorian

No profile information was provided.

Recent public activity

  1. comment
    Comment #35369906

    I think a great start is to make arrays of similar data. Instead of an array of (x,y,z) use an array for x, an array for y and another one for z. If you then square these and sum t…

  2. comment
    Comment #35369766

    I think a big mistake in the article, in a context where performance is the main objective, is that the author uses an array of structs (AoS), rather than a struct of arrays (SoA).…