mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #633] [MERGED] Some GC optimizations around fuzzy string matching #698
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/RPCS3/discord-bot/pull/633
Author: @13xforever
Created: 8/1/2020
Status: ✅ Merged
Merged: 8/1/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
fa73a43update windows builds0b1caaeimprove zalgo stripping408d6d6change nicknames automatically when needed2befabereplace dice coefficient implementation for custom optimized version137bb58fix tests31dd59doops accidentally made zalgo detection too strictd0e2857always log user renamec44bc8bupdate minesweeper limitsddecad2update wiki links66734c9add patch manager log support and update tlou settings📊 Changes
15 files changed (+247 additions, -132 deletions)
View changed files
📝
Clients/PsnClient/PsnClient.cs(+3 -2)📝
CompatBot/Commands/Minesweeper.cs(+10 -4)📝
CompatBot/CompatBot.csproj(+0 -1)📝
CompatBot/Database/Providers/ThumbnailProvider.cs(+1 -1)📝
CompatBot/EventHandlers/EmpathySimulationHandler.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+2 -0)📝
CompatBot/EventHandlers/UsernameZalgoMonitor.cs(+17 -14)📝
CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs(+2 -2)➕
CompatBot/Utils/Extensions/DiceCoefficientOptimized.cs(+73 -0)📝
CompatBot/Utils/Extensions/StringUtils.cs(+3 -2)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+8 -20)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+75 -62)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+27 -12)📝
Tests/StringUtilTests.cs(+24 -11)📝
Tests/Tests.csproj(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.