[PR #162] [MERGED] Code Improvements #1016

Closed
opened 2026-02-27 15:52:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/162
Author: @MaxXor
Created: 5/21/2015
Status: Merged
Merged: 5/21/2015
Merged by: @MaxXor

Base: masterHead: pr/161


📝 Commits (10+)

  • d022e55 Slight performance boost
  • 8b20dee More meaningful exceptions
  • 2126127 Moved string array to class-level
  • d100c47 More meaningful exception for Client Helper
  • 8cbab66 Forgot to initialize const string array
  • 9e17537 Must use static readonly instead of const
  • de3db66 Significant memory leak reduction
  • 792a9fc Don't dispose bmpRes
  • 4fe601a Small changes to code
  • 92eb356 Removed unused method

📊 Changes

6 files changed (+64 additions, -133 deletions)

View changed files

📝 Client/Core/Client.cs (+3 -0)
📝 Client/Core/Helper/FileSplit.cs (+27 -8)
📝 Client/Core/Helper/Helper.cs (+2 -113)
📝 Server/Core/Client.cs (+3 -0)
📝 Server/Core/Helper/FileSplit.cs (+26 -7)
📝 Server/Core/Helper/Helper.cs (+3 -5)

📄 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/quasar/Quasar/pull/162 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 5/21/2015 **Status:** ✅ Merged **Merged:** 5/21/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/161` --- ### 📝 Commits (10+) - [`d022e55`](https://github.com/quasar/Quasar/commit/d022e55cc791e01644f8c812400a049a959d79e4) Slight performance boost - [`8b20dee`](https://github.com/quasar/Quasar/commit/8b20dee5e1701b9a9dd37473a31c1da5bf0a68e4) More meaningful exceptions - [`2126127`](https://github.com/quasar/Quasar/commit/21261270d8165412b3f173f7e9ed26a4e2661ab9) Moved string array to class-level - [`d100c47`](https://github.com/quasar/Quasar/commit/d100c470912dc12e8664ad66a20689ff0cb25350) More meaningful exception for Client Helper - [`8cbab66`](https://github.com/quasar/Quasar/commit/8cbab66bf8a8493fb90e33aa95651a5c4f91c9af) Forgot to initialize const string array - [`9e17537`](https://github.com/quasar/Quasar/commit/9e175378fc3ed8f59bedc0bdfc6d6e9fbae9d23c) Must use static readonly instead of const - [`de3db66`](https://github.com/quasar/Quasar/commit/de3db663e923ff783ed14d4c1573c863884cbffa) Significant memory leak reduction - [`792a9fc`](https://github.com/quasar/Quasar/commit/792a9fc83f9c35f8cd24021845c85f078ddf6548) Don't dispose bmpRes - [`4fe601a`](https://github.com/quasar/Quasar/commit/4fe601a87b251f77827f76728076076b7043a312) Small changes to code - [`92eb356`](https://github.com/quasar/Quasar/commit/92eb35647bd0e3c0f579628a58129945e2397ee0) Removed unused method ### 📊 Changes **6 files changed** (+64 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Client.cs` (+3 -0) 📝 `Client/Core/Helper/FileSplit.cs` (+27 -8) 📝 `Client/Core/Helper/Helper.cs` (+2 -113) 📝 `Server/Core/Client.cs` (+3 -0) 📝 `Server/Core/Helper/FileSplit.cs` (+26 -7) 📝 `Server/Core/Helper/Helper.cs` (+3 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1016
No description provided.