benedekrozemberczki / GraphWaveMachine

A scalable implementation of "Learning Structural Node Embeddings Via Diffusion Wavelets (KDD 2018)".
https://karateclub.readthedocs.io/
GNU General Public License v3.0
182 stars 33 forks source link

support muti-threading `approximate_wavelet_calculator` function #9

Closed brysonwx closed 2 years ago

brysonwx commented 2 years ago

In large-scale graph dataset, it's slow to load the real_imag for all nodes. To speed up the loading process, I think concurrent.futures.ThreadPoolExecutor could make a difference here. Any suggestions for this? Could you please approve the PR? Hope for your reply.

Bests,