{"id":23383375,"url":"https://github.com/blagojeblagojevic/compresion","last_synced_at":"2025-04-08T09:44:59.084Z","repository":{"id":232175480,"uuid":"782543127","full_name":"BlagojeBlagojevic/compresion","owner":"BlagojeBlagojevic","description":"File Compression and Decompression with FastLZ","archived":false,"fork":false,"pushed_at":"2024-04-08T10:25:16.000Z","size":2915,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T06:36:43.069Z","etag":null,"topics":["compression","fastlz","lz77","parrallel-computing"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlagojeBlagojevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-05T14:03:25.000Z","updated_at":"2024-12-17T08:37:26.000Z","dependencies_parsed_at":"2024-04-08T11:50:01.039Z","dependency_job_id":null,"html_url":"https://github.com/BlagojeBlagojevic/compresion","commit_stats":null,"previous_names":["blagojeblagojevic/compresion"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlagojeBlagojevic%2Fcompresion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlagojeBlagojevic%2Fcompresion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlagojeBlagojevic%2Fcompresion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlagojeBlagojevic%2Fcompresion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlagojeBlagojevic","download_url":"https://codeload.github.com/BlagojeBlagojevic/compresion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247816843,"owners_count":21001051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compression","fastlz","lz77","parrallel-computing"],"created_at":"2024-12-21T22:20:19.516Z","updated_at":"2025-04-08T09:44:59.062Z","avatar_url":"https://github.com/BlagojeBlagojevic.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Compression and Decompression with FastLZ\n\nThis C program provides functionality for compressing and decompressing files using the FastLZ compression algorithm. The program supports multithreaded compression and decompression to utilize multiple CPU cores effectively.\n\n## Features\n\n- **Compression**: Compress single or multiple files into a compressed format using FastLZ.\n- **Decompression**: Decompress previously compressed files to retrieve the original content.\n- **Multithreading**: Utilizes OpenMP for parallelizing compression and decompression tasks across multiple CPU cores.\n- **Dynamic Memory Management**: Efficiently manages memory allocation and deallocation for handling large files.\n\n## Requirements\n\n- C Compiler\n- OpenMP library\n- FastLZ library\n\n## Usage\n\n### Compression\n\nTo compress a file or multiple files, follow these steps:\n\n1. Compile the program using a C compiler.\n2. Run the compiled executable.\n3. Choose the compression option.\n4. Input the name of the file(s) you want to compress.\n5. Input the name for the compressed file(s).\n\n### Decompression\n\nTo decompress previously compressed files, follow these steps:\n\n1. Compile the program using a C compiler.\n2. Run the compiled executable.\n3. Choose the decompression option.\n4. Input the name of the compressed file(s).\n5. Input the name for the decompressed file(s).\n\n## Example\n\n```bash\n$ ./file_compressor\nWhat do you want to do? (1 - Compression, 2 - Decompression, any other key to exit)\n\u003e 1\nInput name of file:\n\u003e input_file.txt\nInput name of file you want to save as:\n\u003e compressed_file\n```\n\n```bash\n$ ./file_compressor\nWhat do you want to do? (1 - Compression, 2 - Decompression, any other key to exit)\n\u003e 2\nInput name of file:\n\u003e compressed_file\nInput name of file you want to save as:\n\u003e decompressed_file.txt\n```\n\n## License\n\nThis program is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Credits\n\nThis program uses the FastLZ compression library. See the [FastLZ GitHub repository](https://github.com/ariya/fastlz) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblagojeblagojevic%2Fcompresion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblagojeblagojevic%2Fcompresion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblagojeblagojevic%2Fcompresion/lists"}