Showing 1-20 of 126 packages
A fast, minimal, memory-efficient diff algorithm on strings, arrays, and typed arrays.
Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.
Implementation of the longest common subsequence (diff) algorithm.
Text diff algorithm based on 'An O(NP) Sequence Comparison Algorithm' from Sun Wu, Udi Manber and Gene Myers
A high-performance TypeScript diffing library implementing the Myers algorithm
Joseph K. Myers' high performance (in fact, the fastest) MD5 implementation for npm, Bower, Component, etc.
TypeScript definitions for @hapi/joi
A simple difference algorithm based on [Swift's implementation](https://developer.apple.com/documentation/swift/array/difference(from:by:)).
A high-performance core diff engine based on Myers' algorithm, with plugin support for custom strategies (e.g., Patience, Preserve Structure).
Fast Javascript text diff
High-performance JSON diff/patch library using Myers algorithm with move detection and smart keys support
A JavaScript text diff implementation.
Reasonably efficient and concise exact longest common subsequence and minimum edit-distance algorithm implementation for JavaScript
Compare items in two sequences to find a longest common subsequence
A Speedy E.Meyers's O(ND) Based Diffing Algorithm
Compare items in two sequences to find a longest common subsequence
Implementing [myers diff algorithm](https://www.google.com/search?q=myers+algorithm)
TypeScript MD5 implementation
Get differences from two array of string by implementing An O(ND) Difference Algorithm and its Variations" (Myers, 1986)
Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array