13 May
2018
13 May
'18
5:59 p.m.
Am 28.04.2018 um 16:26 schrieb Tasos:
What is the best way to run parallel graph searches and filtering (different vertex per thread) with graph-tool and joblib? (or without joblib)
The best approach is to create a different GraphView object for each filtering, instead of setting the filter for the main graph. Read about GraphViews here: https://graph-tool.skewed.de/static/doc/quickstart.html#graph-views Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>