Live data from Hacker News

Viewing profile — nnethercote

nnethercote

HN member
Joined
Tue, Jul 05, 2011, 6:16 AM UTC
HN karma
3,691
Public activity
534 items

About nnethercote

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #37268712

    I'm a member of Futurewei's Rust team, and I'm in the Compiler Contributors group. I started these posts back in 2016 when I wasn't a member of either. It's been a long-running ser…

  3. comment
    Comment #37268671

    I've tried AST memory layout work in the Zig style, look for "shrinkage" in these two posts: - https://nnethercote.github.io/2022/10/27/how-to-speed-up-the... - https://nnethercote…

  4. comment
    Comment #36679633

    https://github.com/vusec/floatzone

  5. comment
    Comment #36677724

    I just want to say that this is a very weird but cool approach that I never would have thought of. Nice work!

  6. comment
    Comment #36675817

    No problem, I learned that I shouldn't post drafts and assume they will go unnoticed :)

  7. comment
    Comment #36675350

    The link above is to a draft version of the blog post, which is no longer available. The final version (which has a different title) is at https://nnethercote.github.io/2023/07/11/…

  8. story
  9. story
  10. story
  11. comment
    Comment #32174165

    Thanks for the suggestion!

  12. comment
    Comment #32173632

    I didn't know about this. Thanks for the tip!

  13. story
  14. story
  15. story
  16. comment
    Comment #25130893

    The book is primarily about Rust-specific things. Section 1 says: "Some of the techniques within are entirely Rust-specific, and some involve ideas that can be applied (often with …

  17. comment
    Comment #25130805

    It was a really weird and messy situation, and unpleasant to live through. I agree that Brendan's Prop 8 donation was bad. But he did it privately, and never (AFAIK) made anti-LGBT…

  18. comment
    Comment #24414383

    I think there is confusion here over the meaning of "Rust developer". Mozilla did lay off most of its employees that were working directly on the Rust language and its implementati…

  19. comment
    Comment #24404734

    I mentioned in the post several areas I myself haven't looked at, including cache misses. There may be room for improvements there. There is an experimental parallel rustc front-en…

  20. comment
    Comment #24404197

    > This is a supremely surprising conclusion That's why I started the paragraph with "Contrary to what you might expect". As for Stabilizer: "Stabilizer eliminates measurement bias …

  21. comment
    Comment #24403484

    Thank you for the kind words. To clarify: I am still at Mozilla! But I will be working fully on Firefox for the foreseeable future. I have edited the opening paragraph of the post …

  22. story
  23. comment
    Comment #24067749

    Coming up with a binary "is this acceptable?" heuristic is also harder for performance than it is for correctness.

  24. comment
    Comment #24066447

    Thank you for the links and the kind words!

  25. comment
    Comment #24066435

    Yes. The good thing about this metric is that there is very little variation, unlike wall times, which makes it easier to spot regressions.