{"id":26860083,"url":"https://github.com/thisisnotjustin/diffpp","last_synced_at":"2025-03-31T01:31:44.968Z","repository":{"id":282693367,"uuid":"949241977","full_name":"ThisIsNotJustin/diffpp","owner":"ThisIsNotJustin","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-16T10:18:55.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T11:25:33.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThisIsNotJustin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-16T01:52:30.000Z","updated_at":"2025-03-16T10:18:58.000Z","dependencies_parsed_at":"2025-03-16T11:25:37.617Z","dependency_job_id":"21b85dcd-1396-47c9-a849-ab386cff6837","html_url":"https://github.com/ThisIsNotJustin/diffpp","commit_stats":null,"previous_names":["thisisnotjustin/diffpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdiffpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdiffpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdiffpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIsNotJustin%2Fdiffpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIsNotJustin","download_url":"https://codeload.github.com/ThisIsNotJustin/diffpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246404005,"owners_count":20771526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-31T01:31:44.231Z","updated_at":"2025-03-31T01:31:44.899Z","avatar_url":"https://github.com/ThisIsNotJustin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diff++\n\nDiff++ is a C++ implementation of the Git diff algorithm. The first approach is a traditional Longest Common Subsequence (LCS) dynamic programming method O(N x M) while the second is based on the paper [An O(ND) Difference Algorithm and Its Variations](http://www.xmailserver.org/diff2.pdf) by Eugene Myers.\n\n\nGit's diff algorithm does further enhance the Myers' algorithm, but exact replication is not the purpose of this project.\n\n## Demo\n![img](./demo/diff.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnotjustin%2Fdiffpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisnotjustin%2Fdiffpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisnotjustin%2Fdiffpp/lists"}