- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 121字
- 2021-07-02 14:11:41
Rust in 2018
How old is Rust? It started off in 2006 as a side project of Graydon Hoare, an engineer at Mozilla, and was later (in 2009) adopted by the company. Fast forward to less than a decade later to May 15, 2015, and the Rust team announced a stable version 1.0!
During its journey, there have been many features that have been added and removed again (for example, a garbage collector, classes, and interfaces) to help it become the fast and safe language that it is today.
Before getting deeper into borrowing and ownership, mutability, concurrency, safety, and so on in Rust, we would like to recap some major concepts in Rust and why they change architectural patterns significantly.
推薦閱讀
- GitHub Essentials
- 計算機綜合設計實驗指導
- Hands-On Machine Learning with Microsoft Excel 2019
- Java Data Science Cookbook
- 數據之巔:數據的本質與未來
- 數據庫原理與應用(Oracle版)
- MySQL 8.x從入門到精通(視頻教學版)
- 大數據架構商業之路:從業務需求到技術方案
- 大數據治理與安全:從理論到開源實踐
- 貫通SQL Server 2008數據庫系統開發
- Hadoop 3實戰指南
- Mastering ROS for Robotics Programming(Second Edition)
- Hands-On System Programming with C++
- Node.js High Performance
- Oracle 內核技術揭密