Skip to content
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

Improve TE Networking Performance #1883

Merged
merged 2 commits into from
Jun 30, 2023
Merged

Improve TE Networking Performance #1883

merged 2 commits into from
Jun 30, 2023

Conversation

TechLord22
Copy link
Member

What

Improves performance of SynchedTileEntityBase's networking operations.

For the customData methods, a smaller NBT tag is used which reduces memory usage significantly.

Byte arrays are also no longer copied when creating ByteBufs during data reception.

Outcome

Improves SynchedTileEntityBase networking performance.

@TechLord22 TechLord22 added the type: feature New feature or request label Jun 27, 2023
@TechLord22 TechLord22 requested a review from a team as a code owner June 27, 2023 00:35
@TechLord22 TechLord22 merged commit 35c0c5a into master Jun 30, 2023
@TechLord22 TechLord22 deleted the tc-sync-performance branch June 30, 2023 04:18
ALongStringOfNumbers added a commit that referenced this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants