You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/fixtures/full-sample/wtz9.md

6 lines
291 B
Markdown

# Use small `Hashable` items with diffable data sources
If `apply()` is too slow with a diffable data source, it's probably because the items take too long to be hashed. A best practice is to hash only the properties that are actually used for display in the view.
:programming:swift:ios: