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 Room/Object/Actor content to save space? #3

Open
Liquidream opened this issue Mar 24, 2017 · 0 comments
Open

Compress Room/Object/Actor content to save space? #3

Liquidream opened this issue Mar 24, 2017 · 0 comments

Comments

@Liquidream
Copy link
Owner

As the core engine takes up so much space, it would be nice if there was a way to compress the Room, Object and Actor content so that it all took up less space (# of tokens mostly).

Current thought is to use "packed" strings for all data except for functions (similar to the method described here).

One restricting factor is that whatever compression method is used, needs to "play nice" with the lua minifier, which drastically reduces the compressed size/character count.

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

No branches or pull requests

1 participant