Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Arrays proven once again the ultimate data structure

Name: Anonymous 2016-08-24 9:33

https://jackmott.github.io/programming/2016/08/20/when-bigo-foolsya.html
Bonus:For loops are faster by considerable margin than everything else.

Name: Anonymous 2016-08-25 0:32

>>18
Arrays are actually still pretty much the ideal structure for forward linear traversal, because having them be contiguous in memory simplifies the resulting machine code. The ONLY advantage of linked lists is that they allow insertion at any point, not just the end.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List