[PR #477] [MERGED] Minor memory usage optimizations #548

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/477
Author: @13xforever
Created: 12/6/2019
Status: Merged
Merged: 12/6/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 214a7e5 use RecyclableMemoryStream to reduce GC pressure
  • 7781efb add pool memory usage stats

📊 Changes

16 files changed (+32 additions, -17 deletions)

View changed files

📝 Clients/CompatApiClient/ApiConfig.cs (+2 -0)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -0)
📝 Clients/CompatApiClient/Compression/Compressor.cs (+2 -2)
📝 Clients/IrdLibraryClient/IrdFormat/IrdParser.cs (+2 -1)
📝 Clients/IrdLibraryClient/IrdFormat/IsoHeaderParser.cs (+2 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -0)
📝 Clients/PsnClient/CustomTlsCertificatesHandler.cs (+2 -2)
📝 Clients/PsnClient/PsnClient.csproj (+1 -0)
📝 CompatBot/Commands/Attributes/RequiresDm.cs (+2 -2)
📝 CompatBot/Commands/BotStats.cs (+6 -1)
📝 CompatBot/Commands/Moderation.Audit.cs (+4 -4)
📝 CompatBot/Commands/Sudo.cs (+1 -1)
📝 CompatBot/Commands/Syscall.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+1 -0)
📝 CompatBot/Config.cs (+2 -0)
📝 CompatBot/Database/Providers/ThumbnailProvider.cs (+2 -2)

📄 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/477 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 12/6/2019 **Status:** ✅ Merged **Merged:** 12/6/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`214a7e5`](https://github.com/RPCS3/discord-bot/commit/214a7e5a008a23f5db0b614772a00f137fb9da55) use RecyclableMemoryStream to reduce GC pressure - [`7781efb`](https://github.com/RPCS3/discord-bot/commit/7781efbcbe0ca39286e90bfdc03c6f010888b388) add pool memory usage stats ### 📊 Changes **16 files changed** (+32 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/ApiConfig.cs` (+2 -0) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -0) 📝 `Clients/CompatApiClient/Compression/Compressor.cs` (+2 -2) 📝 `Clients/IrdLibraryClient/IrdFormat/IrdParser.cs` (+2 -1) 📝 `Clients/IrdLibraryClient/IrdFormat/IsoHeaderParser.cs` (+2 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -0) 📝 `Clients/PsnClient/CustomTlsCertificatesHandler.cs` (+2 -2) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -0) 📝 `CompatBot/Commands/Attributes/RequiresDm.cs` (+2 -2) 📝 `CompatBot/Commands/BotStats.cs` (+6 -1) 📝 `CompatBot/Commands/Moderation.Audit.cs` (+4 -4) 📝 `CompatBot/Commands/Sudo.cs` (+1 -1) 📝 `CompatBot/Commands/Syscall.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+1 -0) 📝 `CompatBot/Config.cs` (+2 -0) 📝 `CompatBot/Database/Providers/ThumbnailProvider.cs` (+2 -2) </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:16 -05:00
yindo closed this issue 2026-02-15 15:56:16 -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#548