Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.24 KB

README.rst

File metadata and controls

44 lines (30 loc) · 1.24 KB

Pyrallel

Yet another easy-to-use python parallel library for humans.

License Github actions Coveralls pypi Documents
  • ParallelProcessor: Newbie-friendly process-based parallel computing api.
  • MapReduce: Ultimately simple map and reduce computing model.
  • ShmQueue: Extremely fast shared memory driven general purpose multiprocessing queue.

Installation

pip install pyrallel.lib

Documentation

Read the Doc