← Back to context Comment by VS1999 9 months ago I'm talking about games specifically. I don't know much about the needs of web browsers. 2 comments VS1999 Reply pcwalton 9 months ago I've parallelized emulators in C++ and work on parallel parts of Bevy now, which is probably the closest you're going to get to someone who has worked on parallelizing parts of large game engines in both C++ and Rust. It was far easier in Rust. fsloth 9 months ago Ah, you mean specifically parallellizing a complex non-parallel system? Not designing a parallel system from scratch?
pcwalton 9 months ago I've parallelized emulators in C++ and work on parallel parts of Bevy now, which is probably the closest you're going to get to someone who has worked on parallelizing parts of large game engines in both C++ and Rust. It was far easier in Rust. fsloth 9 months ago Ah, you mean specifically parallellizing a complex non-parallel system? Not designing a parallel system from scratch?
fsloth 9 months ago Ah, you mean specifically parallellizing a complex non-parallel system? Not designing a parallel system from scratch?
I've parallelized emulators in C++ and work on parallel parts of Bevy now, which is probably the closest you're going to get to someone who has worked on parallelizing parts of large game engines in both C++ and Rust. It was far easier in Rust.
Ah, you mean specifically parallellizing a complex non-parallel system? Not designing a parallel system from scratch?