Zig in Depth: FixedBufferAllocator

NOTE: This series only covers Zig 0.11.0! Help me create more content like this! https://www.paypal.com/donate/?hosted... Zig offers a wide range of allocators that provide different strategies for memory management. The FixedBufferAllocator provides an easy and convenient way to use code that requires an allocator while providing a fixed-size stack-allocated and fast backing store to put the data into. In this episode you'll learn how to use the FixedBufferAllocator and see when it's the best option versus other allocator types. The code: https://codeberg.org/dude_the_builder... Relevant Links: https://ziglang.org/documentation/0.1... https://ziglang.org/documentation/mas...