@mcc I ended up writing my own reference counted allocator for a virtual machine project several years ago now, and it was fun to learn with but *awful* performance-wise (which is probably to be expected). still, if I were to work on a project that required GC again, that sounds like a fun rabbit hole to get sucked into!