|
-
Jun 15th, 2010, 07:23 PM
#8
Re: No recurrence random words [Ok]
Note that a collection is super slow, since the way it prevents duplicates is the absolute slowest way possible. (It compares the new key to every key in the collection, every time.)
30k items is pretty small, though, so it'll be peppy regardless of how you do it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|