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

Add compression tool #139

Merged
merged 4 commits into from
Nov 4, 2023
Merged

Add compression tool #139

merged 4 commits into from
Nov 4, 2023

Conversation

ElectroDeoxys
Copy link
Collaborator

Changes:

  • Renamed and repurposed the compressed data extractor python tool to a general decompression tool;
  • Decompressed all data;
  • Created new compressor tool to produce a compressed file from any input file;
  • Added this tool to Makefile to produce an *.lz file from all *.bin files that are to be compressed;
  • For non-matching output, introduced a *.lz.match file to use instead of generating one from the current compression algorithm;
  • Made this optional in case matching is not required, by not passing -m option to the compress tool.

@ElectroDeoxys
Copy link
Collaborator Author

Solves #109

@dannye dannye merged commit 818d186 into pret:master Nov 4, 2023
1 check passed
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