Erlang OTP 17.1 已发布
2014年6月25日 · 作者:Kenneth Lundin
Erlang/OTP 17.1 是 17 系列的一个服务版本,主要包含错误修复,但也包含一些新特性和性能改进。
此版本的一些亮点包括:
- crypto: 在 crypto:block_encrypt 和 block_decrypt 中添加 aes_cfb8 密码。
- diameter: 为 CEA、DWA 和 DPA 添加结果代码计数器。
- erts: erlang 和 binary 模块中的以下内置函数在耗尽 reductions 时,现在会增加适当数量的 reductions 并产生 yield:binary_to_list/1、binary_to_list/3、bitstring_to_list/1、list_to_binary/1、iolist_to_binary/1、list_to_bitstring/1、binary:list_to_bin/1
- hipe: 在 HiPE 本机代码编译器中处理 Maps 指令 get_map_elements、put_map_assoc、put_map_exact。
- mnesia: 大量锁的事务插入锁的时间显著减少。
- ssh: 在 ssh:daemon/{2,3} 中添加了 max_sessions 选项。
- stdlib: 向 maps 模块添加 maps:get/3。如果键在映射中不存在,该函数将返回提供的默认值。
非常感谢此版本中的 24 位不同的贡献者
您可以在下载页面找到更多信息并下载此版本。