|
|
|
|
|
by AnimalMuppet
1370 days ago
|
|
No, actually because of the language itself. What matters most in high-performance computing? The algorithm, sure. What's in second place? Memory alignment. Memory alignment determines whether or not I can use SIMD. It also determines how many cache misses I have. Can I fight that battle using Rust? Maybe. Is it as convenient as in C++? Is any other language? as convenient as C++? |
|