[Python-Dev] parallelizing (original) (raw)
Matthieu Bec mdcb808 at gmail.com
Tue Sep 12 19:43:16 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 490 "Chain exceptions at C level" rejected
- Next message (by thread): [Python-Dev] parallelizing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There are times when you deal with completely independent input/output 'pipes' - where parallelizing would really help speed things up.
Can't there be a way to capture that idiom and multi thread it in the language itself?
Example:
loop:
read an XML
produce a JSON like
Regards,
MB
- Previous message (by thread): [Python-Dev] PEP 490 "Chain exceptions at C level" rejected
- Next message (by thread): [Python-Dev] parallelizing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]