Performance of Rust Language [pdf]

(github.com)

15 points | by tanelpoder 2 hours ago

1 comments

  • encodedrose 43 minutes ago
    If I followed, Rust's memory safety guarantee means sacrificing roughly ~3% performance with some worst case paths being ~15% (compared to C++ performance)?
    • marcosdumay 1 minute ago
      That's on the typical performance for bounds checking in C too.

      But no, "memory safety" includes most of the things discussed on the slides, and those number are for bounds checking only.