ZigTea GC Allocator (opens in new tab)
What’s cool we can make in a language with manual memory management? Of course a GC, never let ’em know your next move! As a big fan of Go, I really like the new GC called “Green Tea”. Inspired by ideas from that GC and some C allocators I’ve seen before, I made a simple allocator with a GC for Zig. It’s no code blocks in the post, link for the complete project is at the end.
Read the original article