{"id":18726926,"url":"https://github.com/607011/txtz","last_synced_at":"2026-03-04T11:02:55.054Z","repository":{"id":166851991,"uuid":"642408906","full_name":"607011/txtz","owner":"607011","description":"Short string compression","archived":false,"fork":false,"pushed_at":"2024-08-21T19:02:34.000Z","size":224,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T05:04:22.433Z","etag":null,"topics":["compression","compression-algorithm","cplusplus","cplusplus-17","educational","educational-project","shannon-fano","shannon-fano-algorithm","strings","text","text-mining"],"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/607011.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-18T13:55:07.000Z","updated_at":"2024-10-28T09:48:25.000Z","dependencies_parsed_at":"2024-06-24T15:07:36.332Z","dependency_job_id":"b09a3429-9c8d-4670-b27a-3721c864faa5","html_url":"https://github.com/607011/txtz","commit_stats":null,"previous_names":["607011/txtz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/607011/txtz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Ftxtz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Ftxtz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Ftxtz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Ftxtz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/607011","download_url":"https://codeload.github.com/607011/txtz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Ftxtz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","compression-algorithm","cplusplus","cplusplus-17","educational","educational-project","shannon-fano","shannon-fano-algorithm","strings","text","text-mining"],"created_at":"2024-11-07T14:15:54.897Z","updated_at":"2026-03-04T11:02:55.020Z","avatar_url":"https://github.com/607011.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# txtz\n\n**Short string compression**\n\nTHIS IS WORK IN PROGRESS. DO NOT EXPECT ANYTHING USEFUL IN THIS REPO AT THE MOMENT.\n\n\n## Prerequisites\n\n- C++ compiler (GCC, Clang)\n- CMake 3.10 or later\n\n## Build \n\n### Linux\n\nUbuntu\n\n```\nsudo apt install g++ libboost-all-dev\n```\n\n```\ngit clone https://github.com/607011/txtz.git\ncd txtz\ngit submodule update --init\ngit submodule update --remote --merge\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\n### macOS\n\n```\ngit clone https://github.com/607011/txtz.git\ncd txtz\ngit submodule update --init\ngit submodule update --remote --merge\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\n\n### Windows\n\nIn Visual Studio Developer Console:\n\n```\ngit clone https://github.com/607011/txtz.git\ncd txtz\ngit submodule update --init\ngit submodule update --remote --merge\nmd build\ncd build\ncmake ..\ncmake --build . --config Release\n```\n\n\n## Remarks\n\nBy default, Huffman encoding is used to build the binary tree. You can change that to Shannon-Fano encoding by setting `MAPBUILDING_ALGO` to `shannon-fano` instead `huffman` when calling `cmake` to configure the project:\n\n```\ncmake -DMAPBUILDING_ALGO=shannon-fano -DCMAKE_BUILD_TYPE=Release ..\n```\n\nTODO!!!\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F607011%2Ftxtz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F607011%2Ftxtz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F607011%2Ftxtz/lists"}