#reference-counting #cycle #removal #gc #quick-js #thread

crgc

Rust single thread GC based on reference counting + cycle removal. Inspired by QuickJS.

1 unstable release

0.1.0 Jun 7, 2023

#709 in Memory management

MIT license

11KB
420 lines

CRGC

Rust single thread GC based on reference counting + cycle removal. Inspired by QuickJS.

CRGC stand for "Cycle Removal Garbage Collection".

No runtime deps