[3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447)
* Count number of actually tracked objects, instead of trackable objects. This ensures that untracking tuples has the desired effect of reducing GC overhead * Do not track most untrackable tuples during creation. This prevents large numbers of small tuples causing execessive GCs.
M
Mark Shannon committed
d1a434f7b211b7061883b8cf4c8687cf00e0c2c7
Parent: 0fdae5f
Committed by GitHub <noreply@github.com>
on 10/23/2025, 2:26:58 PM