Rust 1.24.0 发布,Mozilla 开发的系统编程语言

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Rust 1.24.0 发布了。Rust 是一门由 Mozilla 开发的专注于安全性,速度和并发性的系统编程语言。 更新内容: 语言 External sysv64 ffi is now available. eg. extern "sysv64" fn foo () {} 编译器 rustc no...

Rust 1.24.0 发布了。Rust 是一门由 Mozilla 开发的专注于安全性,速度和并发性的系统编程语言。

更新内容:

语言

  • External sysv64 ffi is now available. eg. extern "sysv64" fn foo () {}

编译器

  • rustc now uses 16 codegen units by default for release builds. For the fastest builds, utilize codegen-units=1.

  • Added armv4t-unknown-linux-gnueabi target.

  • Add aarch64-unknown-openbsd support

  • str::find::<char> now uses memchr. This should lead to a 10x improvement in performance in the majority of cases.

  • OsStr's Debug implementation is now lossless and consistent with Windows.

  • time::{SystemTime, Instant} now implement Hash.

  • impl From<bool> for AtomicBool

  • impl From<{CString, &CStr}> for {Arc<CStr>, Rc<CStr>}

  • impl From<{OsString, &OsStr}> for {Arc<OsStr>, Rc<OsStr>}

  • impl From<{PathBuf, &Path}> for {Arc<Path>, Rc<Path>}

  • float::from_bits now just uses transmute. This provides some optimisations from LLVM.

  • Copied AsciiExt methods onto char

  • Remove T: Sized requirement on ptr::is_null()

  • impl From<RecvError> for {TryRecvError, RecvTimeoutError}

  • Optimised f32::{min, max} to generate more efficent x86 assembly

  • [u8]::contains now uses memchr which provides a 3x speed improvement

完整内容请查看发布主页

下载地址:https://www.rust-lang.org/install.html


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Rust 1.24.0 发布,Mozilla 开发的系统编程语言》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Java Web入门经典

Java Web入门经典

王国辉、陈英 / 机械工业出版社 / 2013-6 / 69.00元

《Java Web入门经典》以初学者为核心,全面介绍了JavaWeb开发中常用的各种技术。内容排列上由浅入深,让读者循序渐进掌握编程技术;在内容讲解上结合丰富的图解和形象的比喻,帮助读者理解“晦涩难懂”的技术;在内容形式上附有大量的提示、技巧、说明等栏目,夯实读者编程技术,丰富编程经验。全书共分4篇19章,其中,第一篇为“起步篇”,主要包括开启JavaWeb之门、不可不知的客户端应用技术、驾驭Ja......一起来看看 《Java Web入门经典》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具