Am 02.07.2018 um 13:52 schrieb M. Vigouroux:
> how do you share/read graph object between multiple threads/processes ?

The same way you do with anything else.

Remember, however, that relying on the Python API to do multithreading is
largely hampered by Python's GIL, and multiprocessing can be costly.


-- 
Tiago de Paula Peixoto <[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to