mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #63] [CLOSED] Performance upgrades, prevention of potential crashing #969
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#969
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/63
Author: @yankejustin
Created: 4/20/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
11d9f10Removed unnecessary code and improvements2da21b8Code consistency and safetyf1a9f0fMemory leaks, safety, and consistent behavior8204e6aReflected changes to Server's UnsafeStreamCodecf328d37Removed unnecessary variables77f1af8Prioritized packet reading for the client750aedeMerge pull request #1 from yankejustin/Experimental📊 Changes
8 files changed (+226 additions, -172 deletions)
View changed files
📝
Client/Core/Client.cs(+1 -1)📝
Client/Core/Helper/UnsafeStreamCodec.cs(+34 -55)📝
Client/Program.cs(+18 -18)📝
Server/Core/Client.cs(+1 -1)📝
Server/Core/Helper/UnsafeStreamCodec.cs(+33 -55)📝
Server/Core/UserState.cs(+28 -2)📝
Server/Forms/FrmFileManager.cs(+46 -23)📝
Server/Forms/FrmMain.cs(+65 -17)📄 Description
Formatting changes, slight memory leak fixes, removal of unnecessary of old and commented-out code, readability improvements, consistency improvements, removal of two unnecessary variables, and some optimization.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.