Mercurial > repos > glogobyte > isoread
comparison mirbase.py @ 27:6e365f2eb24a draft
Uploaded
| author | glogobyte |
|---|---|
| date | Wed, 20 Oct 2021 14:40:13 +0000 |
| parents | 6d3abc45aa49 |
| children | 0e7bd3f72c2c |
comparison
equal
deleted
inserted
replaced
| 26:0bf751c64fe9 | 27:6e365f2eb24a |
|---|---|
| 410 [p.start() for p in ps1_matrix] | 410 [p.start() for p in ps1_matrix] |
| 411 | 411 |
| 412 ps_write.join() | 412 ps_write.join() |
| 413 [p.join() for p in ps1_matrix] | 413 [p.join() for p in ps1_matrix] |
| 414 procs1.join() | 414 procs1.join() |
| 415 print('Running time: {} seconds'.format(time.time() - starttime)) | 415 print('Running time: {} seconds'.format(round(time.time() - starttime,2))) |
| 416 | 416 |
