|
|
|
|
|
by tw061023
1097 days ago
|
|
These are microbenchmarks, thoroughly optimized to the point some of them are written almost completely in SSE intrinsics. I would expect Rust to be 2x-3x slower in real production code, solely due to approach to memory allocation. |
|
And when you do know what you want, explicitly optimizing those parts is equally possible in the two languages.