https://github.com/Lancern/asm2vec/blob/6e975f0b9cf573358d2f73c308aa043e26fb9a10/asm2vec/internal/repr.py#L105 https://github.com/Lancern/asm2vec/blob/6e975f0b9cf573358d2f73c308aa043e26fb9a10/asm2vec/internal/training.py#L286 Using thread to handle CPU-bound tasks in python may not be helpful due to the issue of GIL.
asm2vec/asm2vec/internal/repr.py
Line 105 in 6e975f0
asm2vec/asm2vec/internal/training.py
Line 286 in 6e975f0
Using thread to handle CPU-bound tasks in python may not be helpful due to the issue of GIL.