【24h】

Shareable, Persistent, In-Memory, Read-Only Data

机译:可共享,持久,内存,只读数据

获取原文

摘要

Ensuring that multiple processes can access required data in a timely fashion is a critical aspect of successful parallel processing. The larger the data set, the more profoundly the overall run time is affected by reading the data and integrating it into the appropriate data structures and/or communicating the data between processes. Either each process must read and configure the data, or they must waste time in requesting and receiving data from another process. What is described in this paper is a Python-specific technique for having persistent, in-memory data that multiple processes can access without the overhead of loading or communicating the data.
机译:确保多个进程可以及时访问所需数据是成功并行处理的关键方面。数据集越大,通过读取数据并将其集成到适当的数据结构中和/或传送进程之间的数据来影响整个运行时间越深。每个进程必须读取和配置数据,或者它们必须浪费时间请求和接收来自另一个进程的数据。本文中描述的是具有持久性的特定于多种内存数据的Python特定技术,该数据可以在没有加载或传送数据的开销的情况下访问多个进程。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号