Performance #190
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Performance"
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?
Performance Changes
- Reduced some string concatenation - Reduced a few decisions that are made very often in the program - Removed an unnecessary method callCode Quality Improvements
- Make sure theMemoryStream
used when adding a Texture Pack is disposed of; even if an exception is thrown after its initialization. - Ensure old and unused texture fonts are disposed of.Other Notes
I know it doesn't seem like much, but a few more of these and it will be noticeably faster. :)
Thanks! FYI, the client is being rewritten under the opentk branch, so don't spend too much time optimizing the master branch's client. Will merge this once the travis build passes.
🎉