{"id":20903530,"url":"https://github.com/jedbrooke/pjzip","last_synced_at":"2026-05-22T07:35:24.469Z","repository":{"id":37530906,"uuid":"505941856","full_name":"jedbrooke/PJzip","owner":"jedbrooke","description":"Parallel Java Gzip compressor","archived":false,"fork":false,"pushed_at":"2022-06-22T00:29:34.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T14:38:41.650Z","etag":null,"topics":["gzip","java","parallel"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jedbrooke.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}},"created_at":"2022-06-21T17:28:43.000Z","updated_at":"2022-06-22T00:38:01.000Z","dependencies_parsed_at":"2022-08-19T06:40:33.389Z","dependency_job_id":null,"html_url":"https://github.com/jedbrooke/PJzip","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jedbrooke/PJzip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedbrooke%2FPJzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedbrooke%2FPJzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedbrooke%2FPJzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedbrooke%2FPJzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jedbrooke","download_url":"https://codeload.github.com/jedbrooke/PJzip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedbrooke%2FPJzip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33333548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gzip","java","parallel"],"created_at":"2024-11-18T13:14:00.683Z","updated_at":"2026-05-22T07:35:24.451Z","avatar_url":"https://github.com/jedbrooke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PJzip\nParallel Java Gzip compressor\n\n## Usage:\nbuild with maven:\n```\nmvn compile package\n```\n\nrun:\nPJzip takes in data from stdin and writes the compressed stream to stdout\n\nselect number of threads with `-p` arg (default all threads)\n```\ncat file | java -jar target/pjzip-0.1.0.jar \u003e file.gz\n```\n\ncheck file:\n```\ngzip -tv file.gz\n\n#should output:\n#file.gz:        OK\n```\n\n`file.gz` can be unzipped by any tool that supports standard gzip\n```\ngunzip file.gz\n```\n\n## Architecture\nPJzip uses a producer-consumer multithreading model. A producer will read in chunks from stdin and send them as block to a queue, where worker threads will consume the blocks and compress the data and send them to the output queue. The blocks are then written to stdout.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedbrooke%2Fpjzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedbrooke%2Fpjzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedbrooke%2Fpjzip/lists"}