> Neither comes close to stack allocation, but again, that's expected.
@Varriount, I added a benchmark with [alloca](https://github.com/bpr/nim-vla/blob/master/vla.nim) and using your compiler args it was consistently slightly faster than stack allocation via array for those sizes. Maybe because alloca doesn't zero the array on initialization and array does?
