This repository hosts the "ParallelQueue" project which is currently in its early stages of development. This package aims to allow for easier implementation of novel parallel processing approaches in Python DES packages (especially SimPy).
From PyPi:
pip install parallelqueue
From this repository:
git clone https://github.com/aarjaneiro/ParallelQueue
cd ParallelQueue
python setup.py install
- Introduce more common models into
base_models. - Optimize SimPy boilerplate common to all models by incorporating Cython.
- Incorporate https://github.com/tqdm/tqdm for better progress visualization and simulation parallelization.
Do feel free to write an issue or submit a PR! If you are interested co-maintaining this package with me, please email me at ajstone@uwaterloo.ca (merely include a brief description of your familiarity with Python and Queueing Theory).