Live data from Hacker News

Viewing profile — jiwangcdi

jiwangcdi

HN member
Joined
Fri, Aug 30, 2024, 8:00 AM UTC
HN karma
3
Public activity
3 items

About jiwangcdi

No profile information was provided.

Recent public activity

  1. comment
    Comment #41399237

    So abstraction is still a point, but Rust cares about memory layout as well.

  2. comment
    Comment #41398824

    Then if Path is not about abstraction, why not use a raw byte slice like &[u8]

  3. comment
    Comment #41398654

    > The next noisy element is the > constraint. It is needed because Rust loves exposing physical layout of bytes in memory as an interface, specifically for cases where that brings …