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

Compress storage data during Netplay #56

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

rreminy
Copy link
Contributor

@rreminy rreminy commented Aug 3, 2018

Compresses Magic Storage data during multiplayer with an average compression ratio of 10:2, improving network performance and delaying #47 and #41 from occurring. Example of some storage units, all upgraded to Luminite, during a heavily modded run, are:

Magic Storage Data Compression Stats: 12014 => 2806
Magic Storage Data Compression Stats: 19412 => 3890
Magic Storage Data Compression Stats: 18932 => 3837
Magic Storage Data Compression Stats: 18476 => 3470
Magic Storage Data Compression Stats: 18896 => 3561

I left the compression stats code in but disabled. (See lines 413 - 423)

Compresses Magic Storage data during multiplayer with an average compression ratio of 10:2, improving network performance and delaying blushiemagic#47 and blushiemagic#41 from occurring. Example of some storage units, all upgraded to Luminite, during a heavily modded run, are:

Magic Storage Data Compression Stats: 12014 => 2806
Magic Storage Data Compression Stats: 19412 => 3890
Magic Storage Data Compression Stats: 18932 => 3837
Magic Storage Data Compression Stats: 18476 => 3470
Magic Storage Data Compression Stats: 18896 => 3561

I left the compression stats code in but disabled. (See lines 413 - 423)
@blushiemagic blushiemagic merged commit bcd3499 into blushiemagic:master Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants