You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls to repair_reference make up more than 1/5 of total load time for eight at the moment. GC in general can probably be sped up, but repair_reference is apparently a major offender.
The text was updated successfully, but these errors were encountered:
I've fudged this; GC still takes up almost 1/2 of the total time spent by eight, but it now happens a little less frequently; load-time is significantly reduced. (Which is to say, it will use more memory now than it did before, because it won't collect until more than 10mb are used AND the amount used is more than twice the amount of memory left after the last collection.)
Are there more effective methods for deciding when to garbage collect?
Calls to repair_reference make up more than 1/5 of total load time for eight at the moment. GC in general can probably be sped up, but repair_reference is apparently a major offender.
The text was updated successfully, but these errors were encountered: