Metadata-Version: 1.1
Name: pooled-multiprocessing
Version: 0.0.7
Summary: Simple pooled multiprocessing
Home-page: https://github.com/namuyan/pooled_multiprocessing
Author: namuyan
Author-email: UNKNOWN
License: MIT Licence
Description-Content-Type: UNKNOWN
Description: more_multiprocessing
        ====
        Creating multiprocessing process is high cost, it takes 300ms~500ms.  
        So we pre-create processes, it's very fast.
        
        Install
        ---
        ```commandline
        pip install git+http://github.com/namuyan/pooled_multiprocessing
        # or
        pip install pooled_multiprocessing
        ```
        
        Usage
        ---
        Please look for [test_sync.py](test_sync.py) and [test_async.py](test_async.py).
        
        License
        ---
        MIT
        
        Author
        ---
        [@namuyan](https://twitter.com/namuyan_mine)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
