> There is a pattern I’ve learned while using Zig which I’ve never seen used in any other language.
I've done this in small applications in C (where nodes were already being statically allocated) and/or assembly (hacking on an existing binary).
No idea about the effect on speed in general; I was trying to save a few bytes of storage in a place where that mattered.
replies(5):