MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

Time Complexity for Downloading User Followers and Liked Posts #100

Open Cez95 opened 6 years ago

Cez95 commented 6 years ago

How would you implement a download function that takes into account the time complexity for setting the follower button and the like button that doesnt require nested loops? Trying to consider optimizing and It seems that this approach would become very slow at scale. Love the project though and thank!