创建一个面向对象的分布式共享内存系统的Python
资 源 简 介
This project is about creating a Object Oriented Distributed Shared Memory system for Python. The system is called pyOODSM and currently exists in a version implementing features such as prefetching, home based location model and the ability for the programmer to pin an object to a local machine.
The result obtained so far is currently under publication as an article.
文 件 列 表
example
run_pi.py
monte_carlo_pi.py
pyoodsm
runPyOODSM.py
pyoodsmhost
DSMmaster.py
DSM.py
DSM.py
DSMmaster.py
setup.py