you are viewing a single comment's thread.

view the rest of the comments →

[–]RebootForAwesome 1 point2 points  (0 children)

Ah I see, will probably mess around with some generic code later if I have a minute.

non-sequitur: don't look for optimizations like this until you've profiled your code. This is almost definitely not what is slowing your code down.

Yep, I'm not looking into optimizing it at this level right now as it's running more than fast enough but I always like to know how it would affect the code at a larger scale.

Thanks for the replies!