this post was submitted on 30 Jul 2023
14 points (93.8% liked)

Rust

5767 readers
41 users here now

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

Wormhole

[email protected]

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 1 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?

[โ€“] [email protected] 2 points 1 year ago

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