Being built in Rust allows server workers to use multiple CPU cores for superior performance
that's like saying "going outside lets you breathe air"
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
Being built in Rust allows server workers to use multiple CPU cores for superior performance
that's like saying "going outside lets you breathe air"
The original version of synapse is written in python, which still has issues with single threadedness and the global interpreter lock.
IDK about "still" since you can disable the GIL and also use multiple threads/processes, but I get your point. But rust is certainly not the only other language that can bring more efficiency or parallel performance, was my point. Yes it allows you to use multiple cores, but so do many other languages, including python.