Yes. I would do static buffers. i'm not on a computer, but what would happen in this case: ```rust loop { let buffer = init_static([u8;10], [0u8;10]); ... use buffer ... } ```