Georg Brandl wrote:
> Pat LeSmithe schrieb:
>> By the way, is possible somehow to take advantage of multiple cores
>> during the reading phase?
> 
> That could be tricky.  For that kind of parallel processing, I assume
> that multiprocessing would be the way to go since parsing reST isn't
> very I/O bound, and therefore the GIL .  However, in the reading
> phase, all sorts of inventories on the environment object (which would
> have to be shared) are updated.

Could we populate several environment objects and later merge them
efficiently?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to