Visualizing Diffs The Myers difference algorithm

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • text-diff

    a python implementation of diff3 and three way merge

  • I implemented a three direction diff at https://github.com/samsquire/text-diff

    Conflict detection is fairly hard to get right, I can detect overlapping ranges to colour the output green or red.

    Using this guide https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm...

  • go-cmp

    Package for comparing Go values in tests

  • This made me think of a couple other interesting things:

    1. you can change which algorithm is used in git diff as multiple are supported

    https://luppeng.wordpress.com/2020/10/10/when-to-use-each-of...

    2. Google has an edit graph implementation in Go in the cmp package

    https://github.com/google/go-cmp/blob/master/cmp/internal/di...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • CPython

    The Python programming language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts