Analysis of information sources in references of the Wikipedia article "Rust (lenguaje de programación)" in Spanish language version.
auto_ptr
or the C++0x unique_ptr
), and reference counting via shared_ptr
or COM. One of the goals of Rust’s type system is to support these patterns exactly as C++ does, but to enforce their safe usage. In this way, the goal is to be competitive with the vast majority of idiomatic C++ in performance, while remaining memory-safe…».