设为首页收藏本站

LUPA开源社区

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

OTP 20.0发布,Erlang应用服务器

2017-6-23 22:49| 发布者: joejoe0332| 查看: 713| 评论: 0|原作者: oschina|来自: oschina

摘要: OTP 20.0发布了,OTP(Open Telecom Platform) 是一个开源的 Erlang 分发和一个用 Erlang 编写的应用服务器。Erlang / OTP 20.0是一个新的主要版本,新增了一些新功能,不少(特征)改进。与第二个候选版本相比的变化 ...

OTP 20.0 发布了,OTP (Open Telecom Platform) 是一个开源的 Erlang 分发和一个用 Erlang 编写的应用服务器。

Erlang / OTP 20.0是一个新的主要版本,新增了一些新功能,不少(特征)改进。与第二个候选版本相比的变化如下:

  • ERTS:In the OTP 20 release candidates the function erlang:term_to_binary/1 changed the encoding of all atoms from ATOM_EXT to ATOM_UTF8_EXT and SMALL_ATOM_UTF8_EXT. This is now changed so that only atoms actually containing unicode characters are encoded with the UTF8 tags while other atoms are encoded ATOM_EXT just as before.

主要更新内容:

Erts:

  • Dirty schedulers enabled and supported on VM with SMP support.

  • support for “dirty” BIFs and “dirty” GC.

  • erlang:garbage_collect/2 for control of minor or major GC

  • Erlang literals are no longer copied when sending messages.

  • Improved performance for large ETS tables, >256 entries (except ordered_set)

  • erlang:system_info/1 atom_count and atom_limit

  • Reduced memory pressure by converting sub-binaries to heap-binaries during GC

  • enif_select, map an external event to message

  • Improvements of timers internally in the VM resulting in reduced memory consumption and more efficient administration for timers

Compiler:

  • Code generation for complicated guards is improved.

  • Warnings for repeated identical map keys. #{'a'=>1, 'b'=>2, 'a'=>3} will warn for the repeated key a.

  • By default there is now a warning when export_all is used. Can be disabled

  • Pattern matching for maps is optimized

  • New option deterministic to omit path to source + options info the BEAM file.

  • Atoms may now contain arbitrary unicode characters.

  • compile:file/2 has an option to include extra chunks in the BEAM file.

……

完整更新内容请查看发行首页

下载地址:


酷毙

雷人

鲜花

鸡蛋

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

最新评论

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

返回顶部