7 ms·
Zig does in fact do some stuff to address memory management like making allocations more explicit using allocators and shipping with arenas.
by __loam 4mo ago
Zig does in fact do some stuff to address memory management like making allocations more explicit using allocators and shipping with arenas.
- kllrnohj 4mo agoC also has only explicit memory allocators...