译自Introduction to Rust Programming Language,作者 TNS Staff。 Rust编程语言介绍 Rust是一种编程语言,它重视安全、速度和并发性。它始于2006年Graydon Hoare的个人项目,并在2010年Mozilla Research赞助其开发用于创建新的网络浏览器后声名鹊起。它在保持性能的同时提供内存安全。与同类语言不同,Rust通过其编译时所有权...
17 年后,Rust 发展成为了全球最热门的新语言之一。有将近 280 万程序员使用 Rust 编写代码,从微软到亚马逊,许多公司都将其视为未来的关键。聊天平台 Discord 使用 Rust 来加速其系统,Dropbox 使用它来将文件同步到用户的计算机,而 Cloudflare 使用它来处理超过 20% 的互联网流量。在 Stack Overflow 的年度调...
Developers of all skill levels are welcome, whether you are a Rust expert or have yet to write your first line of Rust code. If you have any questions or for general discussion outside of the meetups feel free to join theRust Oslo Discord. Slides and such from the meetups can be foun...
看起来仿佛「人人都爱 Rust」,而 Rust 也并非叫好不叫座,它近些年来也逐渐在工业实践中崭露头角,例如:Mozilla:使用 Rust 开发其旗下 Firefox 浏览器的 CSS 引擎 —— Stylo;Dropbox:使用 Rust 编写其核心的文件存储组建;Discord:为了解决其延迟峰值的问题,直接使用 Rust 重构了其原先的 Go 代码;从下...
必看!Discord从Go切换到Rust语言背后带来提升性能并降低延迟 深度解析C语言指针,三大实用场景助你编程升级...
Source:Discord 上图是 Discord[1] 进行的负载测试,明显可以看到用 Golang 的情况下,每隔一段时间系统就会有一个负载峰值,这就是垃圾回收器在作怪,而改成 Rust 实现之后,整体就平滑很多。同时在 Rust 版本中,延迟、CPU 和内存都要好一些。 可靠性
Korean language online communityDiscord link - https://rust-kr.org/ ## Location Hongdae area - check sidebar for latest location ## Meetup * Open discussion about the latest in Rust news * Members presenting their project. Open for anyone that wants to present. * Studying Rust language conc...
译自Introduction to Rust Programming Language,作者 TNS Staff。 Rust是一种编程语言,它重视安全、速度和并发性。它始于2006年Graydon Hoare的个人项目,并在2010年Mozilla Research赞助其开发用于创建新的网络浏览器后声名鹊起。它在保持性能的同时提供内存安全。与同类语言不同,Rust通过其编译时所有权系统来实现这一点...
最近,两个类 Unix 的核心实用程序 sudo 和 su 正在用 Rust 重写中;此前,GitHub 痛改自家搜索引擎基于 Rust;Discord 一个 Go 服务也用 Rust 重写了…… (歪楼一下,Rust 在加密货币领域也很受欢迎) 不过,Rust 也存在缺点,比如学到后面会比较难,刚上手的开发速度也比 Go、Java 慢很多。
Rust Community Discord serveris the place where you can ask questions as a beginner. This Week in Rustis the most important community resource for reading Rust-related news. I read it every week without exception. Of course, many more learning resources are available, but it’s impossible to...