Remix.run Logo
Ask HN: Which Zig version to use for my thesis?
2 points by xuinnz 9 hours ago

I'm implementing my undergrad thesis about memory management (usage of mmap and implementing my own allocators) and currently using 0.15.2 since i started before 0.16 is released. Is it worth it to update to 0.16 or stay in 0.15 since my current code uses this?