Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm assuming you're talking about the "managed" pattern you'd see in stuff like Hashmaps and ArrayLists. To my knowledge that style is falling out of favor, and I think the managed versions will be removed from the standard library.

I haven't seen anyone use a global allocator in the way you're talking about, and if you did I feel like it goes directly against the Zig ethos. Part of the benefit of allocators being passed around is that all allocation are explicit.





If you're a library writer, then don't make a global allocator. If you aren't, then do whatever you feel like.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: