iceland2k14 / bsgs

Find PrivateKey of corresponding Pubkey(s) using BSGS algo
MIT License
109 stars 59 forks source link

Only 1 Thread of all CPU is loaded. Why ? #35

Open Manosuper opened 3 years ago

Manosuper commented 3 years ago

I try use hybrid version and my 8 CPU server loaded only 1 CPU from 8 !!!

Screen https://ibb.co/sPM0YDD

How to run codes to work with all avaliable CPU ?

Thank You very much.

pianistprogram commented 3 years ago

It's impossible, python has no full multiprocessing, python has GIL.

pianistprogram commented 3 years ago

But you may run many copies of program on your PC :)