awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDifference Set Optimization

Techniques to refine the set of computed differences for improved readability or machine efficiency.

Distinct from Difference Calculations: Focuses on optimizing the resulting diff set rather than the initial calculation of changes

Explore 1 awesome GitHub repository matching software engineering & architecture · Difference Set Optimization. Refine with filters or upvote what's useful.

Awesome Difference Set Optimization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/diff-match-patchالصورة الرمزية لـ google

    google/diff-match-patch

    8,065عرض على GitHub↗

    This is a text diffing and patching library used for computing differences between text blocks, calculating edit distances, and applying patches to synchronize document versions. It includes a fuzzy text matching engine to locate strings by balancing accuracy with location, and a Levenshtein distance calculator to measure the number of character insertions, deletions, and substitutions between two strings. The library features a semantic diff optimizer that refines raw text differences to align with human-readable word and phrase boundaries. It provides utilities for generating and parsing se

    Optimizes difference sets by removing coincidental matches to improve human readability and machine efficiency.

    Pythondiffdifferencematch
    عرض على GitHub↗8,065
  1. Home
  2. Software Engineering & Architecture
  3. String Matching Algorithms
  4. String Comparisons
  5. Difference Calculations
  6. Difference Set Optimization