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