At the start of each garbage collection cycle, we have to traverse the heap to find all the currently live/reachable objects.
This is work that could be done in parallel by splitting the work across multiple threads and perhaps using a work-stealing algorithm to keep threads saturated.
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