LibJS currently employes a simple stop-the-world conservative GC.
This means we have to visit the entire heap in every GC.
We can reduce GC pause times by implementing a generational GC with Eden/Survivor spaces so that most collection cycles can be short and sweet.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too