Raphtory
Raphtory copied to clipboard
Parallelise python APIs
Currently the iterators in python run single threaded, which is leaving a lot of performance on the table when writing algorithms or pipelines in python.
We need to change these so whenever these collections are collected the set of specified operations can run in parallel.