mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[PR #161] [MERGED] Improvements #1015
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1015
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/quasar/Quasar/pull/161
Author: @yankejustin
Created: 5/21/2015
Status: ✅ Merged
Merged: 5/21/2015
Merged by: @MaxXor
Base:
master← Head:Improvements📝 Commits (8)
d022e55Slight performance boost8b20deeMore meaningful exceptions2126127Moved string array to class-leveld100c47More meaningful exception for Client Helper8cbab66Forgot to initialize const string array9e17537Must use static readonly instead of constde3db66Significant memory leak reduction792a9fcDon't dispose bmpRes📊 Changes
6 files changed (+80 additions, -61 deletions)
View changed files
📝
Client/Core/Client.cs(+3 -0)📝
Client/Core/Helper/FileSplit.cs(+27 -8)📝
Client/Core/Helper/Helper.cs(+20 -45)📝
Server/Core/Client.cs(+3 -0)📝
Server/Core/Helper/FileSplit.cs(+26 -7)📝
Server/Core/Helper/Helper.cs(+1 -1)📄 Description
Exceptions
- Exceptions provide better responses for the server (providing more-accurate status updates). It also makes debugging a bit easier - Add types to serializer faster. When a matching subtype's derived type is found, break out of the loop.Performance
- Big reduction on memory consumption when using Remote Desktop (for Client). - Faster retrieval of file size.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.