{"id":25709528,"url":"https://github.com/ivangrana/data-compression-algorithms","last_synced_at":"2025-02-25T09:34:53.814Z","repository":{"id":212180704,"uuid":"730822016","full_name":"ivangrana/Data-Compression-Algorithms","owner":"ivangrana","description":"A collection of various compression algorithms implemented in different programming languages such as C++, Rust and Python.","archived":false,"fork":false,"pushed_at":"2023-12-12T21:53:46.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-12T23:37:19.744Z","etag":null,"topics":["compression-algorithm","huffman-coding"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivangrana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-12T18:44:38.000Z","updated_at":"2023-12-12T23:37:21.358Z","dependencies_parsed_at":"2023-12-12T23:47:22.667Z","dependency_job_id":null,"html_url":"https://github.com/ivangrana/Data-Compression-Algorithms","commit_stats":null,"previous_names":["ivangrana/data-compression-algorithms"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivangrana%2FData-Compression-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivangrana%2FData-Compression-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivangrana%2FData-Compression-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivangrana%2FData-Compression-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivangrana","download_url":"https://codeload.github.com/ivangrana/Data-Compression-Algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240641774,"owners_count":19833888,"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-algorithm","huffman-coding"],"created_at":"2025-02-25T09:33:46.301Z","updated_at":"2025-02-25T09:34:53.569Z","avatar_url":"https://github.com/ivangrana.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Compression-Algorithms\n\n## About:\n\n\u003cdiv\u003e\nThis repository is a collection of various compression algorithms implemented in different programming languages such as C++, Rust and Python. Whether you're a developer, researcher, or enthusiast, this repository aims to provide a comprehensive resource for understanding and implementing compression techniques.\n\u003c/div\u003e\n\n## Algorithms\n\n### Huffman Coding\n\nHuffman coding is a widely used entropy encoding algorithm that creates variable-length codes for data based on the frequency of each symbol. The more frequent the symbol, the shorter its code.\n\n### Lempel-Ziv-Welch (LZW)\n\nLZW is a dictionary-based compression algorithm that replaces repeated sequences of characters with shorter codes. It is commonly used in GIF and TIFF image formats.\n\n### Run-Length Encoding (RLE)\n\nRLE is a simple compression algorithm that replaces sequences of identical elements with a single value and a count. It is efficient for compressing data with long runs of the same value.\n\n### Burrows-Wheeler Transform (BWT)\n\nBWT is a reversible transformation that rearranges characters to make data more amenable to compression. It is often used as a preprocessing step in conjunction with other compression algorithms.\n\n## Usage\n\nEach algorithm has its dedicated folder containing implementation files and examples in various programming languages. To use a specific algorithm, navigate to its folder and follow the instructions in the README file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivangrana%2Fdata-compression-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivangrana%2Fdata-compression-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivangrana%2Fdata-compression-algorithms/lists"}