cppgc icon indicating copy to clipboard operation
cppgc copied to clipboard

Mark&sweep garbage collector for C++

Results 2 cppgc issues
Sort by recently updated
recently updated
newest added

According to `mark_n_sweep_gc.txt`, these two are the disadvantages of reference counting. But I could not find the solution to them in mark-and-sweep GC. > 1. Noticeable performance penalty. Each manipulation...

Does it overload new/malloc? If not, Can I use this project in a legacy code base with fewer code changes?