Performance Matters (how brittle is your executable)

I saw this video "Performance Matters" which goes into how the affects of link order, memory layout, etc actually affects the execution speed of programs. I was wondering, how many/much of what he talks about affects real Rust programs, and does Rust developers take these issues into consideration.

1 Like

I remember watching the video and reading through the discussions on Reddit r/rust.

It also seems there is an attempt(possibily on-going) to support the coz Causal profiler(explained in the video) for Rust. (GitHub link)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.