this post was submitted on 30 Jul 2023
15 points (94.1% liked)

Rust

5778 readers
21 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] orangeboats@lemmy.world 2 points 1 year ago (1 children)

Release builds of simple-raytracer are now benchmarked too. Release builds are slower but should still be faster than the LLVM backend.

Is the "faster, slower" here referring to compile times?

[โ€“] Arbitrary@reddthat.com 3 points 1 year ago

Yes, as far as I'm aware this is only focusing on compile times.