graphein
graphein copied to clipboard
Use multiprocessing graph constructor for CLI
trafficstars
Is your feature request related to a problem? Please describe.
Currently the CLI uses the normal construct_graphs function. Once the dataloaders PR (#71) is merged we can change this to the multiprocessing method implemented in #73 to improve speed.