Differ
Diff calculator
A Swift library for calculating differences and generating patches between collections.
Swift library to generate differences and patches between collections.
662 stars
14 watching
74 forks
Language: Swift
last commit: over 2 years ago
Linked from 1 awesome list
difflibraryswiftswift-package-manager
Related projects:
Repository | Description | Stars |
---|---|---|
soffes/diff | A pure Swift library for calculating differences between two sets of data. | 122 |
lxcid/listdiff | An implementation of an algorithm to calculate the diff between two arrays | 241 |
zenangst/differific | A diffing framework that helps compare Hashable objects using the Paul Heckel's algorithm. | 123 |
mcudich/heckeldiff | A Swift diffing library that calculates the minimum set of steps to transform one collection into another. | 167 |
mattphillips/deep-object-diff | A small library that calculates the differences between two objects with nested structures, such as arrays and objects. | 1,063 |
rars/ngx-diff | A library for displaying differences in text documents | 29 |
hackvertor/diffy | A Java application that displays differences between two responses using color-coded formatting. | 0 |
alexshtf/autodiff | A .NET library that automates the process of computing derivatives of mathematical functions. | 92 |
halostatue/diff-lcs | A Ruby library for generating differences between sequences using the McIlroy-Hunt LCS algorithm | 289 |
a2design-inc/json-compare | A tool to find differences between two JSON files. | 59 |
aivanovski/kp-diff | A utility that compares and prints differences between two KeePass database files. | 4 |
alexdrone/buffer | An efficient array diffing framework with built-in data source adapters and collection observation functionality. | 350 |
zenangst/versions | A Swift library for comparing version numbers in a simple and intuitive way | 209 |
kuniwak/mirrordiffkit | Provides tools for testing and comparing two instances of any type, including efficient diff functionality. | 184 |
jonschlinkert/arr-diff | Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |