-
由 Thomas Mueller 提交于
MVStore: use a mark & sweep GC algorithm instead of reference counting, to ensure used chunks are never overwrite, even if the reference counting algorithm does not work properly.
16b41b06
要查找这些版本在本项目版本库库的状态,请查看
标签。
MVStore: use a mark & sweep GC algorithm instead of reference counting, to ensure used chunks are never overwrite, even if the reference counting algorithm does not work properly.