Skip to content

Commit 311c860

Browse files
committed
update chagnes and release
1 parent 74381f6 commit 311c860

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
6868
- CacheDir writes no longer happen within the taskmaster critical section,
6969
and therefore can run in parallel with both other CacheDir writes and the
7070
taskmaster DAG walk.
71+
- The NewParallel scheduler now only adds threads as new work requiring execution
72+
is discovered, up to the limit set by -j. This should reduce resource utilization
73+
when the achievable parallelism in the DAG is less than the -j limit.
7174

7275
From Mats Wichmann:
7376
- Add support for Python 3.13 (as of alpha 2). So far only affects

RELEASE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ IMPROVEMENTS
6767
(Larger -j values)
6868
- CacheDir writes no longer happen within the taskmaster critical section, and therefore
6969
can run in parallel with both other CacheDir writes and the taskmaster DAG walk.
70+
- The NewParallel scheduler now only adds threads as new work requiring execution
71+
is discovered, up to the limit set by -j. This should reduce resource utilization
72+
when the achievable parallelism in the DAG is less than the -j limit.
7073

7174

7275
PACKAGING

0 commit comments

Comments
 (0)