Quote:
Originally Posted by smasher
Do you have an example of someone saying that? I can't imagine what they were thinking. Yes, you can store as much as you'd like until you run out of memory.
If you are *searching* a large amount of data then querying a database would be faster and more efficient than loading all of the data at once and looping through it; maybe that's what they meant?
|
What they say is
"If you keep adding objects on the main thread" then it will be all messed up.