Commit caa7cae
committed
Remove uphill bias from random walk controller (50/50)
Change directional bias from 60/40 (favoring increase) to 50/50
(no directional bias). The A/B comparison showed 8 workers was 5.2%
slower than 4 on 200K heaps, and the uphill bias was actively guiding
the walker toward a worse operating point.
Per Alex's direction: "no bias."
Forward-ported from commit 95d98be on parallel_gc_backport (3.12).
3.15 routing: controller body is in Python/gc.c rather than
Modules/gcmodule.c.1 parent 61d4ab5 commit caa7cae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2304 | 2304 | | |
2305 | 2305 | | |
2306 | 2306 | | |
2307 | | - | |
| 2307 | + | |
2308 | 2308 | | |
2309 | | - | |
| 2309 | + | |
2310 | 2310 | | |
2311 | 2311 | | |
2312 | 2312 | | |
| |||
0 commit comments