WebAssembly is not just for the web. Please take a look at wasmtime[1], wasmer[2]. It's the future of computing. You might want to read this iconic tweet[3] [1]: https://wasmtime.dev [2]: https://wasmer.io [3]:…
The title litterally means "Rust, not Firefox, is Mozilla's greatest industry contribution", like noone is talking about society contribution. I don't understand what are you talking about.
About long compile time, I recommend using sccache. It saved a lot of compile time for me. You can find how to install and use it here: https://github.com/mozilla/sccache
Yes, they're programs from the benchmarks game that use a lot of UnsafeMutablePointer, which is: > provides no automated memory management or alignment guarantees. You are responsible for handling the life cycle of any…
There are some benchmarks that I think you should give them a look: https://github.com/ixy-languages/ixy-languages https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
The main reason is many companies have a lot of C/C++ devs or other devs learned Rust, so they don't have to hire new Rust programmer. There are many places using Rust, you should check this out:…
I'm pretty sure you're wrong like the way you're sure that you're right. Can you elaborate on why someone can't even go past a "Hello World" project would care about a feature that "other languages" have had it in…
I would love to see that too, but I think that's likely never happened. Because Rust is kinda hard and takes quite amount of time and money to train new people, add more stacks on maintaining projects, and important…
Obviously, because the PHP regex engine is written in C, not in PHP. It's more like Rust's regex crate vs C PCRE rather than PHP, or who calls system call faster. While Rust's IO is locked[1] and doesn't buffer (which…
WebAssembly is not just for the web. Please take a look at wasmtime[1], wasmer[2]. It's the future of computing. You might want to read this iconic tweet[3] [1]: https://wasmtime.dev [2]: https://wasmer.io [3]:…
The title litterally means "Rust, not Firefox, is Mozilla's greatest industry contribution", like noone is talking about society contribution. I don't understand what are you talking about.
About long compile time, I recommend using sccache. It saved a lot of compile time for me. You can find how to install and use it here: https://github.com/mozilla/sccache
Yes, they're programs from the benchmarks game that use a lot of UnsafeMutablePointer, which is: > provides no automated memory management or alignment guarantees. You are responsible for handling the life cycle of any…
There are some benchmarks that I think you should give them a look: https://github.com/ixy-languages/ixy-languages https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
The main reason is many companies have a lot of C/C++ devs or other devs learned Rust, so they don't have to hire new Rust programmer. There are many places using Rust, you should check this out:…
I'm pretty sure you're wrong like the way you're sure that you're right. Can you elaborate on why someone can't even go past a "Hello World" project would care about a feature that "other languages" have had it in…
I would love to see that too, but I think that's likely never happened. Because Rust is kinda hard and takes quite amount of time and money to train new people, add more stacks on maintaining projects, and important…
Obviously, because the PHP regex engine is written in C, not in PHP. It's more like Rust's regex crate vs C PCRE rather than PHP, or who calls system call faster. While Rust's IO is locked[1] and doesn't buffer (which…