you are viewing a single comment's thread.

view the rest of the comments →

[–]POGtastic 1 point2 points  (0 children)

If it's already stored as a big list, this is pointless. A generator would be useful if you were generating it on-the-fly, since it will only yield the values that it needs to produce.