6
LLAMS
7y

Was trying to figure out why my fix had created a performance issue in our app. Tried loads of different things. Turned out it was because I was iterating over a ~300 item array, and then iterating over another ~300 item array within that loop 😂

300 iterations * 300 = unhappy iPad

Comments
  • 0
    How did that happen? 😕
    What did you do that for?
  • 0
    @Niddam My brain didnt even process it. That little alarm that usually goes off in my head to say “gosh thats awfully inefficient” didnt seem to be working.
Add Comment