njdehoog / NHBalancedFlowLayout

UICollectionViewLayout subclass for displaying items of different sizes in a grid without wasting any visual space. Inspired by: http://www.crispymtn.com/stories/the-algorithm-for-a-perfectly-balanced-photo-gallery
MIT License
1.34k stars 106 forks source link

Performance on large camera roll #37

Open chadpod opened 9 years ago

chadpod commented 9 years ago

Running into memory issues and/or really slow performance on a large camera roll (10k items). Not really an issue per say, as I'm aware of the heavy computation going on, but I was wonder if you are seeing a significant performance improvement with the Swift rewrite?

cooler333 commented 8 years ago

+1

njdehoog commented 8 years ago

@cooler333 As mentioned in the README, this project is no longer maintained. Please check out https://github.com/graetzer/NHBalancedFlowLayout for a more up-to-date version.