Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Investigate compression methods. #44

Open
JodiTheTigger opened this issue Jul 30, 2013 · 3 comments
Open

Investigate compression methods. #44

JodiTheTigger opened this issue Jul 30, 2013 · 3 comments

Comments

@JodiTheTigger
Copy link
Owner

Write a program that takes a working game state recording, and tried all the different knobs on compression to see which one is better for that game type.

Make it easy to use, as it will be a tuning tool for setting compression parameters in the delta coder.

Things to test so far:

-Xor delta with base or not
-Encode the value zero as a special value (1 bit if zero, +1 bit if it isn't)

@JodiTheTigger
Copy link
Owner Author

Another group to test:

zlib:
No delta: just zlib the (target) state.
delta: create delta bitstream, zlib
delta: xor base and target (no delta bitstream), zlib resulting buffer

@JodiTheTigger
Copy link
Owner Author

@JodiTheTigger
Copy link
Owner Author

Depends on Issue #50 been done, doesn't need to block any milestone at the moment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant