diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-26 13:12:50 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-28 14:57:48 +0100 |
commit | 5f247107071db9542ebeed8e822fac42f78491a1 (patch) | |
tree | b4860c05aee8d12552998e192432b993043a9b94 /bin/just-import-git.py | |
parent | e425563c790b668b9ba6cab45c706287a2b739fe (diff) | |
download | justbuild-5f247107071db9542ebeed8e822fac42f78491a1.tar.gz |
just-lock imports: Parallelize checkouts, subject to GIL
Python's Global Interpreter Lock (GIL) hugely reduces the amount of
parallelism one can achieve. However, as the checkout methods are
I/O bound, the total runtime is improved by running them in
parallel.
Diffstat (limited to 'bin/just-import-git.py')
0 files changed, 0 insertions, 0 deletions