Friday, June 1, 2018

Differ: Swift Library to Generate Differences and Patches Between Collections

Tony Arnold:

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 and UICollectionView in UIKit, and NSTableView and NSCollectionView in AppKit

Comments RSS · Twitter

Leave a Comment