{"id":23193579,"url":"https://github.com/mcraiha/csharp-zstd","last_synced_at":"2025-06-28T00:05:41.975Z","repository":{"id":98552441,"uuid":"244208126","full_name":"mcraiha/CSharp-zstd","owner":"mcraiha","description":"C# managed implementation of zstd compression algorithm","archived":false,"fork":false,"pushed_at":"2025-01-20T19:27:13.000Z","size":54,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T13:06:12.011Z","etag":null,"topics":["csharp","netstandard20","zstandard","zstd"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcraiha.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":"2020-03-01T19:12:02.000Z","updated_at":"2025-01-20T19:27:18.000Z","dependencies_parsed_at":"2025-06-03T01:22:45.751Z","dependency_job_id":null,"html_url":"https://github.com/mcraiha/CSharp-zstd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcraiha/CSharp-zstd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcraiha%2FCSharp-zstd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcraiha%2FCSharp-zstd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcraiha%2FCSharp-zstd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcraiha%2FCSharp-zstd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcraiha","download_url":"https://codeload.github.com/mcraiha/CSharp-zstd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcraiha%2FCSharp-zstd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262352621,"owners_count":23297689,"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":["csharp","netstandard20","zstandard","zstd"],"created_at":"2024-12-18T13:11:50.739Z","updated_at":"2025-06-28T00:05:41.960Z","avatar_url":"https://github.com/mcraiha.png","language":"C#","readme":"# CSharp-zstd\nC# managed implementation of [zstd](https://facebook.github.io/zstd/) (Zstandard) compression algorithm. Currently only the decompression part.\n\nBasically [the RFC](https://tools.ietf.org/html/rfc8478) is too hard to understand, so I just ported existing Zstd implementation from Java based [aircompressor](https://github.com/airlift/aircompressor) to C#. Yes, the porting experience was horrible, because Java does not have unsigned integer types.\n\n## Why\nBecause I needed the decompression for another project.\n\n## How to use\nComing up later\n\n## How do I build this\n### Requirements\nDotnet core 2.0 environment\n\n### Build .dll\nMove to **src** folder and run\n```bash\ndotnet build\n```\n\n### Build nuget\nTBA\n\n## Testing\n### Requirements \n* nunit\n* NUnit3TestAdapter\n* Microsoft.NET.Test.Sdk\n\nAll requirements are restored when you run\n```bash\ndotnet restore\n```\n\n### Run tests\nJust call\n```bash\ndotnet test\n```\n\n## What is in\n* Basic decompress method\n\n## What is missing\n* Compress functionality\n\n## License\nAll code is released under *Apache License*, see [License](LICENSE). It is same license as [aircompressor](https://github.com/airlift/aircompressor) has.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcraiha%2Fcsharp-zstd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcraiha%2Fcsharp-zstd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcraiha%2Fcsharp-zstd/lists"}