Differ: Swift Library to Generate Differences and Patches Between Collections
Differ generates the differences between
Collection
instances (this includes Strings!).It uses a fast algorithm
(O((N+M)*D))
to do this.[…]
Utilities for updating
UITableView
andUICollectionView
in UIKit, andNSTableView
andNSCollectionView
in AppKit