Skip to content

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

License

Notifications You must be signed in to change notification settings

usc-isi-i2/pyrallel

Repository files navigation

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