DeepDiff
Amazingly incredible extraordinary lightning fast diffing in Swift
DeepDiff is a Swift library for efficiently calculating differences between collections and models. It is designed for iOS, macOS, and Swift developers who need fast diffing when updating lists, tables, collection views, or other ordered data displays. The library relies on models conforming to a diff-aware protocol so items can be uniquely identified and compared. This makes it useful for deciding which elements were inserted, deleted, moved, or replaced between two versions of a dataset. DeepDiff helps reduce unnecessary UI reloads by making updates more targeted and animation-friendly. ...