Comment on Updated benchmark: capnproto-rust vs. c++Comments−pjmlp12yQuite good results, given that Rust is still quite a young language.−annnnd12yAgreed. Also, less (/no?) memory related bugs counts for something too.−rjzzleep12yi'd be surprised if there wasn't a decent amount of bugs still in the standard library−dbaupp12yThere's probably not too many memory safety bugs in the standard library, most of it is "safe" code (i.e. Rust code without any `unsafe`).(That said, there probably are some `unsafe` blocks that were not written with enough care, etc.)
Comments
Quite good results, given that Rust is still quite a young language.
Agreed. Also, less (/no?) memory related bugs counts for something too.
i'd be surprised if there wasn't a decent amount of bugs still in the standard library
There's probably not too many memory safety bugs in the standard library, most of it is "safe" code (i.e. Rust code without any `unsafe`).
(That said, there probably are some `unsafe` blocks that were not written with enough care, etc.)