https://github.com/usc-isi-i2/pyrallel
Yet another easy-to-use python3 parallel library for humans.
https://github.com/usc-isi-i2/pyrallel
mapreduce multiprocessing multithreading parallel parallel-computing parallel-processing parallel-programming python python3 queue shared-memory
Last synced: 11 months ago
JSON representation
Yet another easy-to-use python3 parallel library for humans.
- Host: GitHub
- URL: https://github.com/usc-isi-i2/pyrallel
- Owner: usc-isi-i2
- License: mit
- Created: 2019-02-21T18:37:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T22:44:55.000Z (about 5 years ago)
- Last Synced: 2025-04-16T02:57:15.912Z (about 1 year ago)
- Topics: mapreduce, multiprocessing, multithreading, parallel, parallel-computing, parallel-processing, parallel-programming, python, python3, queue, shared-memory
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 13
- Watchers: 11
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Pyrallel
========
.. begin-intro
Yet another easy-to-use python parallel library for humans.
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://raw.githubusercontent.com/usc-isi-i2/pyrallel/master/LICENSE
:alt: License
.. image:: https://github.com/usc-isi-i2/pyrallel/workflows/Tests/badge.svg?branch=master
:target: https://github.com/usc-isi-i2/pyrallel/actions
:alt: Github actions
.. image:: https://coveralls.io/repos/github/usc-isi-i2/pyrallel/badge.svg?branch=master
:target: https://coveralls.io/github/usc-isi-i2/pyrallel?branch=master
:alt: Coveralls
.. image:: https://badge.fury.io/py/pyrallel.lib.svg
:target: https://badge.fury.io/py/pyrallel.lib
:alt: pypi
.. image:: https://readthedocs.org/projects/pyrallel/badge/?version=latest
:target: http://pyrallel.readthedocs.io/en/latest
:alt: 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.
.. end-intro
Installation
------------
::
pip install pyrallel.lib
Documentation
-------------
`Read the Doc `_