设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 开源资讯 查看内容

Dart 1.9发布,新正则引擎,性能提升显著!

2015-3-29 21:28| 发布者: joejoe0332| 查看: 890| 评论: 0|原作者: oschina|来自: oschina

摘要: Dart 1.9 发布,异步编程无处不在 —— 用户交互,网络访问,文件 I/O。Dart 简化和增强了这些功能。Dart 1.9 引入了 async 方法和 await 表达式,都是基于现有的 Future API。Dart 1.9 可以使用:for/while 循环,i ...

  Dart 1.9 发布,异步编程无处不在 —— 用户交互,网络访问,文件 I/O。Dart 简化和增强了这些功能。


  Dart 1.9 引入了 async 方法和 await 表达式,都是基于现有的 Future API。Dart 1.9 可以使用:for/while 循环,if 块和 try/catch 来管理复杂的异步交互。

之前


之后

  Dart 1.9 同时引入了生成器方法 – sync*async*


其他改进如下:

  • enum, a long-requested feature, is now fully supported.

  • The Dart Analyzer has moved to the Dart Analysis Server. This makes it much easier to integrate Dart source analysis into IDE’s beyond the Dart Editor (for instance, IntelliJ and Sublime).

  • We've updated the regular expression engine for the Dart VM. It's up to 150x faster than the previous implementation.

  • The Isolate API has now been fully implemented in the Dart VM, making it much easier to create applications that target multiple CPUs.


完整列表请看发行说明,现已提供下载

更多内容请看这里


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部