HN.zip
?
ArenaAllocators don't play nicely with ArrayLists
17 points by ibobev - 1 comments
tynorf
[3 hidden]
5 mins ago
FWIW, if you aren’t interleaving other allocations (which includes on other threads), the ArenaAllocator in Zig doesn’t have this problem. If you attempt to resize the most recent allocation, it will do so in place if possible.
https://ziglang.org/documentation/0.16.0/std/#std.heap.Arena...
https://ziglang.org/documentation/0.16.0/std/#std.heap.Arena...