Comment by Lockal
20 hours ago
Probably this - https://github.com/skift-org/karm/blob/main/src/libs/karm-gc...
And this is not a garbage collector in the traditional sense, more like arena with smart pointers.
20 hours ago
Probably this - https://github.com/skift-org/karm/blob/main/src/libs/karm-gc...
And this is not a garbage collector in the traditional sense, more like arena with smart pointers.
It's just a placeholder implementation, we will have a proper GC when we get to it