Hi,
In message "Re: Alternate GC ?"
on 03/02/23, Mathieu Bouchard <matju / sympatico.ca> writes:
|What are typical speed improvements using a generational GC ? (in
|particular, using that patch)
It is hard to say, but in general, it dramatically improves memory
bound cases like handling 20 million live objects, but *slows down* a
little (several percent) for non memory bound scripts due to write
barrier. GC interval is shorter in any case though.
matz.