Warning
This post was published 67 days ago. The information described in this article may have changed.
I've a parser where I previously tried to integrate the gc
crate, replacing Rc
nodes by Gc
, but have run into a lot of compiler errors due to lack of implementing Serialize + Deserialize
.
My type system will also rely on that: It'll use something like HashMap<ByAddress<Rc<Node>>, Symbol>
.
I wanted to avoid using an arena.
2 posts - 1 participant
🏷️ rust_feed