diff --git a/BACKLOG.md b/BACKLOG.md new file mode 100644 index 00000000..22d1b69f --- /dev/null +++ b/BACKLOG.md @@ -0,0 +1,14 @@ +# gc + +## remove_root + +Remove root doesn't work. +Reimplement root vector using DArenaVector or perhaps doubly-linked list. + +## mutation_log + +Need to implement! Copy from original gc + +## facets + +Collector facet should use json5 idl for consistency