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

Reduce client storage requirements using text compression #212

Open
lewisl9029 opened this issue Aug 6, 2015 · 2 comments
Open

Reduce client storage requirements using text compression #212

lewisl9029 opened this issue Aug 6, 2015 · 2 comments

Comments

@lewisl9029
Copy link
Owner

Compress then encrypt.
Should probably try to get #131 working first for easier debugging.

@lewisl9029
Copy link
Owner Author

Might need to keep maps of full telehash ids to shorter hashes.
Single account mode can also reduce requirements by allowing shorter keys.
Also, channelIds are extremely long atm.

@lewisl9029
Copy link
Owner Author

Possible candidates:
https://github.com/pieroxy/lz-string/
https://github.com/cscott/compressjs

Try benchmarking the faster algorithms in compressjs (probably lzjb-1) against lz-string

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