Hacker News new | ask | show | jobs
by jedisct1 1095 days ago
The Zig compiler itself is a good example: https://kristoff.it/blog/zig-self-hosted-now-what/

"The new self-hosted compiler reduces memory usage 3x compared to the old C++ implementation"

1 comments

Have to point out that this includes second system optimizations. Just porting C over to Zig won't give you that 3x reduction. For others, I also highly recommend the video linked in that blog post.