diff-algorithm
There are 23 repositories under diff-algorithm topic.
java-diff-utils/java-diff-utils
Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
sirixdb/sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
skanmera/NetDiff
C# implementation of the Diff algorithm.
peter-evans/patience
Go implementation of the Patience Diff algorithm
dongyuanxin/pure-virtual-dom
🐝VDom+Diff+Patch的简明实现
nejckorasa/compare-utils
Compares of Java Collections and Objects (of different classes) made easy
ezkl/dimapa
A modern Ruby implementation of Google's Diff Match and Patch.
dj-nitehawk/DiffWords
Generates a word based inline diff, given 2 pieces of text
ali-master/json-diff-patch
JsonDiffPatch is a library that allows for the diffing and patching of JSON objects
shaharazulay/traceable-dict
Traceable Python dictionary, that stores change history in an efficient way inside the object.
apulbere/java-diff-utils-jigsaw
modular version (Java 9) of java-diff-utils library
Kogoro/java-diff-utils
Diff Utils library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
sbalmt/differs
A raw diff algorithm that can be extended for many purposes involving mapping changes.
AmKreta/angular-diff-checker
diff checker based on "Longest Common Subsequence" and "Backtracking"
Jinshuo1994/Code-Difference-Check-and-Merge-Tools
hobby project
medusa-ui/diff-engine
Custom diff engine for Medusa UI (experimental)
NeuroNexul/reminisce
This Is Reminisce is essentially a "GitHub for Writers" built using the MERN stack -- MongoDb, Express.js, React, and Node.js. We created our own version control system and text editor and combined them into a single application that enables users to write, commit their progress, and toggle between multiple drafts.
wins17912/wp.textWork
C# Library to get difference of two text files
WorkHead/dagger
A simple template engine with two-way data bindings.
firststef/DiffUpdate
Serializable diff applyer for files in Python - UAIC FII PYTHON
onesy-me/diff
Difference algorithm
ttleet/mine-sweeper
This is a mine sweeper game, it used diff-dom to render changed DOM only.