Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Parallelise python APIs

Open miratepuffin opened this issue 1 year ago • 0 comments

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.

miratepuffin avatar Mar 12 '24 11:03 miratepuffin