General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lepi Doptera
ThePrimeTime
comments
Comments by "Lepi Doptera" (@lepidoptera9337) on "Why You Should AVOID Linked Lists" video.
Cool topic and I admit that I didn't think about it like that, either... but I always arrange my data in arrays if I can. That includes the way I define objects. If "some thing" has to do the same function a lot of times, I allocate arrays for the data. The main reason why I do this is memory layout. By pre-allocating a fixed memory block and checking range all kinds of nasty dynamic bugs can be avoided because the system always knows how much memory it has left.
1