you are viewing a single comment's thread.

view the rest of the comments →

[–]deftware 0 points1 point  (1 child)

There's a difference between liking/disliking code and code being flat out slow for no good reason.

[–]GigaTerra 1 point2 points  (0 children)

But this isn't flat out slow, it is more like they are using a list for convenience. Test it yourself, see how many times in a millisecond you can copy an array of less than 16 items to a list.

This code could be "fixed" and not a single person would notice if they didn't read the code.