Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

New Difference engine #154

Open g-Off opened 5 years ago

g-Off commented 5 years ago

Remove our custom difference computation and replace with a more maintainable one.

Current options on the table are DifferenceKit and/or Swift 5.1's built in Collection Difference. The Swift 5.1 one however would require a "polyfill" type approach to support OS's that do not have that built in