ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Optimize numberOfItems and numberOfSections in snapshot #24

Open dtorres opened 4 years ago

dtorres commented 4 years ago

This avoids creating the intermediate collections to get these values

Checklist

Description

Related Issue

Motivation and Context

Impact on Existing Code

Screenshots (if appropriate)