mirror of
https://github.com/SabreTools/SabreTools.Hashing.git
synced 2026-02-13 21:32:57 +00:00
[PR #3] [MERGED] Add SpamSum fuzzy compare #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/SabreTools.Hashing/pull/3
Author: @HeroponRikiBestest
Created: 9/25/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @mnadareski
Base:
main← Head:add-fuzzy-compare📝 Commits (10+)
a70f2d8Pre-cleaned drop in fuzzycompare0c6b5a8Finish cleaning up code.4ac0272Figure out why i can't debug my unit testsd4489d0Fix stupid mistaked794202First round of changeseaf29ddExtra tests0fad043Revert TestHelper.cscc93f13Roll back TestHelper.cs correctly.e55c16dMerge remote-tracking branch 'origin/add-fuzzy-compare' into add-fuzzy-compare0840d37Roll back Options.cs and Program.cs📊 Changes
3 files changed (+254 additions, -0 deletions)
View changed files
➕
SabreTools.Hashing.Test/SpamSumTests.cs(+40 -0)➕
SabreTools.Hashing/SpamSum/Comparisons.cs(+204 -0)📝
SabreTools.Hashing/SpamSum/SpamSum.cs(+10 -0)📄 Description
I'm aware that I'll need to make changes in SabreTools.Hashing.Tests, but I found it difficult to fit the unit test into the exact same structure of any of the preexisting ones.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.