Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.65 KB

index.rst

File metadata and controls

70 lines (45 loc) · 1.65 KB

ParallelQueue

A SimPy Extension for parallel queueing systems and routing.

Introduction to SimPy and DES <simpy> Module Documentation <modoc> Examples <examples>

This package aims to allow for easier implementation of novel parallel processing approaches in Python DES packages (especially SimPy).

Installation

From PyPi:

pip install parallelqueue

From git repository:

git clone https://github.com/aarjaneiro/ParallelQueue
cd ParallelQueue
python setup.py install

Current Goals

  1. Introduce more common models into base_models.
  2. Optimize SimPy boilerplate common to all models by incorporating Cython.
  3. Incorporate https://github.com/tqdm/tqdm for better progress visualization and simulation parallelization.

Interested in Contributing?

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).

References

Indices and tables

  • genindex
  • modindex
  • search