Viewing profile — nnethercote
nnethercote
HN member- Joined
- Tue, Jul 05, 2011, 6:16 AM UTC
- HN karma
- 3,691
- Public activity
- 534 items
- HN profile
- View on Hacker News ↗
About nnethercote
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #36679633
https://github.com/vusec/floatzone
-
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!
-
comment
Comment #36675817
No problem, I learned that I shouldn't post drafts and assume they will go unnoticed :)
-
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/…
- story
- story
- story
-
comment
Comment #32174165
Thanks for the suggestion!
-
comment
Comment #32173632
I didn't know about this. Thanks for the tip!
- story
- story
- story
-
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 …
-
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…
-
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…
-
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…
-
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 …
-
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 …
- story
-
comment
Comment #24067749
Coming up with a binary "is this acceptable?" heuristic is also harder for performance than it is for correctness.
-
comment
Comment #24066447
Thank you for the links and the kind words!
-
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.