【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 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号