Differ icon indicating copy to clipboard operation
Differ copied to clipboard

Swift library to generate differences and patches between collections.

Results 23 Differ issues
Sort by recently updated
recently updated
newest added

Hello, I've come across a particular case where I'm seeing a really high memory usage and wanted to make sure I wasn't doing something wrong or extended diffing in some...

I would like to revise Differ's public API in terms of its UIKit overlay. The changes I would like to make are the following: #### 1. Optional completion handlers for...

Enhancement
Work In Progress
Task
Help Wanted

Hi, Thanks for this wonderful project. I'm working with a UICollectionView with sections and items. I use differ API ```animateItemAndSectionChanges``` to animate my sections / items changes according to my...

Question

Hi and thank you for this library. I am new to diffing. I tested the example project and I am now trying to use Diffing with MMVM. Here is the...

Hi, I just reached to problem with moving rows inside of section that is moved in the same update. Example app (`NestedTableViewController`) have this issue. I updated items in https://github.com/EtneteraMobile/Differ/tree/test-move...

Bug

I recently found myself in need of a completion handlers when using Differ to run an animation on `UITableView`. Differ is still using the `beginUpdates()`/`endUpdates()` APIs for `UITableView` which do...

Enhancement
Help Wanted

I am interested to find a good solution for multi-section diffing. So I came across Differ and though I am missing the functionality for detecting an update to an existing...

Thanks for contributing to the swift community. As an author of my own implementation of Diff based on Heckel's algorithm I wanted to know if you did try the comparision...

Question

Correct me if i'am wrong, but as I could figure out, the lib doesn't support movements of an element between sections. It only detects movements of sections or movements of...

Enhancement
Help Wanted

Hi @tonyarnold , I'm playing with different diffing algorithms, and want to give them some benchmarks https://github.com/onmyway133/DeepDiff#among-different-frameworks. When comparing `Differ` on some data sets, I get a crash. I run...

Bug