Skip to content

Commit 6c78c01

Browse files
committed
Add news
1 parent 2e8d020 commit 6c78c01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Fixes a regression in GC performance for a growing heap composed mostly of
2+
small tuples.
3+
4+
* Counts number of actually tracked objects, instead of trackable objects.
5+
This ensures that untracking tuples has the desired effect of reducing GC overhead
6+
* Does not track most untrackable tuples during creation.
7+
This prevents large numbers of small tuples causing excessive GCs.

0 commit comments

Comments
 (0)