Repository navigation
diff-algorithm
- Website
- Wikipedia
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 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.
🐝VDom+Diff+Patch的简明实现
Go implementation of the Patience Diff algorithm
Compares of Java Collections and Objects (of different classes) made easy
A modern Ruby implementation of Google's Diff Match and Patch.
Generates a word based inline diff, given 2 pieces of text
Traceable Python dictionary, that stores change history in an efficient way inside the object.
JsonDiffPatch is a library that allows for the diffing and patching of JSON objects
modular version (Java 9) of java-diff-utils library
A raw diff algorithm that can be extended for many purposes involving mapping changes.
hobby project
diff checker based on "Longest Common Subsequence" and "Backtracking"
This is a mine sweeper game, it used diff-dom to render changed DOM only.
Custom diff engine for Medusa UI (experimental)
Serializable diff applyer for files in Python - UAIC FII PYTHON
A simple template engine with two-way data bindings.