diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2024-04-03 22:24:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 22:24:24 (GMT) |
commit | b4fe02f595fcb9f78261920a268ef614821ec195 (patch) | |
tree | 8d909dac8db85ac779e649d73dbb4725d1f6d93c /Misc/NEWS.d | |
parent | 985917dc8d34e2d2f717f7a981580a8dcf18d53a (diff) | |
download | cpython-b4fe02f595fcb9f78261920a268ef614821ec195.zip cpython-b4fe02f595fcb9f78261920a268ef614821ec195.tar.gz cpython-b4fe02f595fcb9f78261920a268ef614821ec195.tar.bz2 |
gh-117205: Increase chunksize when compiling pyc in parallel (#117206)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-03-25-00-20-16.gh-issue-117205.yV7xGb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-03-25-00-20-16.gh-issue-117205.yV7xGb.rst b/Misc/NEWS.d/next/Library/2024-03-25-00-20-16.gh-issue-117205.yV7xGb.rst new file mode 100644 index 0000000..8d8c201 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-03-25-00-20-16.gh-issue-117205.yV7xGb.rst @@ -0,0 +1 @@ +Speed up :func:`compileall.compile_dir` by 20% when using multiprocessing by increasing ``chunksize``. |