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

[Feature request] Compress files (zip-tar-7z) #60

Open
wuniversales opened this issue Jul 6, 2020 · 2 comments
Open

[Feature request] Compress files (zip-tar-7z) #60

wuniversales opened this issue Jul 6, 2020 · 2 comments

Comments

@wuniversales
Copy link

It would be very useful for me to compress games that I don't use, and be able to extract them when I need them.
Thank you.

@deltabeard
Copy link

If you want to compress files and decompress them all on the 3DS, I would suggest LZ4 compression, since it's fast at both decompression and compression. Because the 3DS (especially the Old 3DS) is rather low powered, I think maybe ZIP, lzma, etc. will be rather slow to compress games as they can be of large size.

Zstd compression is also a good shout.

@wuniversales
Copy link
Author

wuniversales commented Jul 16, 2020

Well, since lz4, really all I want is to be able to compress and decompress files, obviously if more formats are added better (Although it takes longer), apparently decompressing is already implemented, but it needs to compress.

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

No branches or pull requests

2 participants