Next major release R13B
The next major release R13B is planned for
April 2009
A beta called R13A planned for March
Service releases approximately
every second month
计划改进的性能:
1 SMP with multiple run-queues and other optimizations
2 re, new regular expression implementation officially supported
3 More features in the ”standalone” Erlang direction
4 Completed the distribution of doc source with built support to
produce html and pdf.
5 WxWidgets based GUI library included in the distribution, plan to
remove GS from R14
6 Major XML improvements, both speed and functions
7 Unicode support as described in EEP-10
8 Fast search in binaries
9 FFI, Foreign Function Interface or loadable BIF’s
10 Scanner which can preserve complete source (withespace,
comments)
11 Megaco improved SMP performance
其中我最感兴趣的是 1,3,5,9. 特别是1对提高整个系统的性能太重要了。
参考附件
分享到:
相关推荐
本文档标题为"[INR18650-30Q6] Cell Specification-WPG(SZ)-Tentative(v0.1)-200219.pdf",描述信息为"[INR18650-30Q6] Cell Specification_WPG(SZ)_Tentative(v0.1)_200219.pdf",标签则为"电芯规格书 电芯 三星...
在【HSD101PFW3-B00_Tentative_spec-显示屏技术规格书】中,我们聚焦于HannStar Display Corp.的产品——HSD101PFW3-B型号的液晶显示屏。这个规格书是初步的,可能会有未经预告的变更,因此在基于该模块设计产品前,...
The relationship between metacognition and intelligence in normal adolescents: Some tentative but surprising findings PSychOIOgy in the Schools Volume 31. Apri l I994 THE RELATIONSHIP BETWEEN ...
描述中提到的“some bldc motors for low watts in lab”暗示了这个实验室项目涉及到直流无刷电机(BLDC),并且这些电机的功率较低,适合在实验室环境中进行研究和测试。直流无刷电机因其高效、可控性强和寿命长等...
【船级社】 BV NR646 TENTATIVE RULES FOR STRUCTURAL ASSESSMENT OF STEEL SHIPS 2021-10.pdf
【船级社】 BV Tentative Rules for structural assessment of steel ships 2020-07.pdf
【船级社】 BV NR671 Ammonia-fuelled ships - Tentative Rules 2021-
群创15寸TFT-LCD Tentative Spec G150XNE-L03是一款15英寸的工业级液晶显示屏,由群创电子(INNOLUX)生产。这款产品手册提供了产品规格、电气特性、接口时间、光学特性、可靠性测试标准和包装方式等详细信息。手册...
【船级社】 BV NI 647 LPG-fuelled ships – tentative rules 2018-01.pdf
tentative execution, a mechanism which allows long-running transactions to be efficiently executed side by side with short transactions and read-only analytical queries. Third, we describe how low-...
【船级社】 671-NR_2022-07 Ammonia-fuelled ships - Tentative Rules.rar
【船级社】 646-NR_MainChanges_2022-04 NR646 Tentative Rules for Steel Ships – Main Changes – Edition April 2022.rar
LTM022A69B 2.2寸TFT屏资料 (1) TFT-LCD for Mobile Phone (2) QVGA 240(H) x 320(V) pixels (3) VE-Transmissive type Mode (4) 262,144 colors (18 bit color depth) (5) CPU memory bus I/F(i80:18,16,8bit) ...
根据提供的文件内容,我们可以提炼出以下关于NumPy教程的知识点,这些内容旨在为初学者提供一个关于Python中NumPy库的基础教程。 ### 1. NumPy简介 NumPy是Python的一种开源扩展库,广泛应用于科学计算领域。...
在本例中,我们关注的是"V315H3-LE2 Tentative Spec Ver0.0",这是一份针对V315H3-LE2液晶显示屏的初步规格说明书,适用于电视和其他相关应用。 1. **总体描述**(GENERAL DESCRIPTION) - **概述**(OVERVIEW):...
在信息通信领域,低密度奇偶校验码(Low-Density Parity-Check,简称LDPC码)是一种高效纠错编码技术,广泛应用于卫星通信、光纤通信、无线通信等多个场景。生成校验矩阵是构建LDPC码的关键步骤,因为它定义了编码的...
The American teacher: A tentative psychological description T H E AMERICAN TEACHER: LOUIS s. LEVINE~ A TEKTATIVE PSYCHOLOGICAL DESCRIPTION’ The American teacher and the American school have ...
return sqrt((a->x - b->x) * (a->x - b->x) + (a->y - b->y) * (a->y - b->y)); } ``` 创建`add_to_open_list`和`add_to_closed_list`函数,分别用于管理开放列表和关闭列表。通常,我们可以使用优先队列(如二叉...
if neighbor not in open_list or tentative_g neighbor.g = tentative_g neighbor.h = heuristic(neighbor, goal) neighbor.parent = current_node if neighbor not in open_list: open_list.put(neighbor, ...