Package python-module-parallel-collections: Information

    Source package: python-module-parallel-collections
    Version: 0.2.3-alt1.git20141027
    Build time:  Oct 27, 2014, 05:37 AM in the task #133158
    Report package bug
    License: BSD
    Summary: Parallel implementations of collections with support for map/reduce style operations
    Description: 
    This package provides a convenient interface to perform
    map/filter/reduce style operation on standard Python data structures and
    generators in multiple processes. The parallelism is achieved using the
    Python 2.7 backport of the concurrent.futures package. If you can define
    your problem in terms of map/reduce/filter operations, it will run on
    several parallel Python processes on your machine, taking advantage of
    multiple cores. Otherwise these datastructures are equivalent to their
    non-parallel peers found in the standard library.

    List of rpms provided by this srpm:
    python-module-parallel-collections (noarch)
    python-module-parallel-collections-tests (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. python-devel
      2. python-module-futures
      3. python-module-nose
      4. python-module-setuptools-tests
      5. python-modules-wsgiref

    Last changed


    Oct. 27, 2014 Eugeny A. Rostovtsev 0.2.3-alt1.git20141027
    - Initial build for Sisyphus