[PR #472] [MERGED] Optimize GC usage and other small changes #542

Closed
opened 2026-02-15 15:56:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/472
Author: @13xforever
Created: 11/29/2019
Status: Merged
Merged: 11/29/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 810d49d fix potential issue with the build version parsing
  • 2e961f9 more unicode tests
  • 14d7e63 show gc mode instead of runtime version
  • c96c1c1 enable server gc
  • 4939075 sacrifice up to 25% performance to clean up more garbage

📊 Changes

6 files changed (+40 additions, -8 deletions)

View changed files

📝 CompatBot/Commands/BotStats.cs (+2 -2)
📝 CompatBot/CompatBot.csproj (+2 -0)
📝 CompatBot/Database/Providers/ContentFilter.cs (+1 -1)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+18 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+6 -1)
📝 Tests/StringUtilTests.cs (+11 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/472 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/29/2019 **Status:** ✅ Merged **Merged:** 11/29/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`810d49d`](https://github.com/RPCS3/discord-bot/commit/810d49dc7856bdbb76cc00f7d12ebe5dc98eef75) fix potential issue with the build version parsing - [`2e961f9`](https://github.com/RPCS3/discord-bot/commit/2e961f988f27b69bb29364b07e49d69fd3e3f537) more unicode tests - [`14d7e63`](https://github.com/RPCS3/discord-bot/commit/14d7e6385109decf47dee2c65ba3eef7f6a12493) show gc mode instead of runtime version - [`c96c1c1`](https://github.com/RPCS3/discord-bot/commit/c96c1c1673820c0cfa6a5b59b369567ad1e3f245) enable server gc - [`4939075`](https://github.com/RPCS3/discord-bot/commit/49390751f0ab8e2203a786864af79482c10745f7) sacrifice up to 25% performance to clean up more garbage ### 📊 Changes **6 files changed** (+40 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/BotStats.cs` (+2 -2) 📝 `CompatBot/CompatBot.csproj` (+2 -0) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+1 -1) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+18 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+6 -1) 📝 `Tests/StringUtilTests.cs` (+11 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:15 -05:00
yindo closed this issue 2026-02-15 15:56:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#542