-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
performance optimizations & basic CICD for the submodule #66
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- WIP add latest engine binary to CICD (needs deployment) - Web Socket: increase buffer sizes to ensure we ask for as much data as possible from the backend during boot. (time saved is considerable) - Fix connect by IP dialog - Add timestamps to the load process - Improve retrieval of assets/space objects - Increase page size of web socket request for space objects pages
RevoluPowered
force-pushed
the
gordon/performance-optimizations
branch
from
March 27, 2024 03:46
8b6b3ef
to
bd003d2
Compare
RevoluPowered
commented
Mar 27, 2024
RevoluPowered
force-pushed
the
gordon/performance-optimizations
branch
from
March 27, 2024 18:53
8c9e617
to
f3e748b
Compare
RevoluPowered
changed the title
Gordon/performance optimizations
performance optimizations
Mar 27, 2024
RevoluPowered
changed the title
performance optimizations
performance optimizations & basic CICD for the submodule
Mar 27, 2024
Kluskey
approved these changes
Mar 27, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do?
Benchmarked/Tested on a CPU bound machine AMD Ryzen 5 4500
TODO:
Client is disconnecting upon join this causes all instances to be reset, we should improve this so even if they reconnect they do not reset their objects until we're absolutely sure that is the correct action. (this should reduce the join time down a lot)(done by this PR, but can be improved)