GitShow/BurntSushi/rust-snappy
BurntSushi

rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).

by BurntSushi
Star on GitHubFork

Rust

507 stars51 forks14 contributorsQuiet · 10mo agoSince 2016szip-1.0.0BSD-3-Clause

Meet the team

See all 14 on GitHub →
BurntSushi
BurntSushi116 contributions
emk
emk4 contributions
shepmaster
shepmaster2 contributions
rikardfalkeborn
rikardfalkeborn2 contributions
atouchet
atouchet2 contributions
Aaron1011
Aaron10111 contribution
matklad
matklad1 contribution
llogiq
llogiq1 contribution

Languages

View on GitHub →
Rust100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 8 in progress · Last activity 10mo ago
See all on GitHub →
heisen-li
Is the code repository still being maintained?OpenIssue

Is the code repository still being maintained? After testing, I found that performance on ARM servers is significantly worse than on x86 servers. Is there a PR here that needs to be reviewed?

heisen-li · 1mo ago
Dandandan
Optimize decompression (on ARM) up to 2xOpenPR

Some claude-assisted optimizations. On M1 CPU:

Dandandan · 1mo ago
Erouan50
feat: Add `output: &mut [MaybeUninit<u8>]` supportOpenPR

Hello, This pull request adds new methods to support encoding and decoding with a as output. It only supports the raw APIs. The implementation was surprising easy, my only concern is I don't know if and should be unsafe or not. My opinion is no because calling those methods is safe; the unsafe part is to read the output without truncating it before. Fixes #62, maybe?

Erouan50 · 2mo ago

Recent fixes

View closed PRs →
Lynnesbian
Add stdout feature to szipMergedPR

This pull request adds gzip's / flag to the szip binary. This allows for outputting (de)compressed data to the terminal instead of writing directly to a file.

Lynnesbian · 5mo ago
Structured data for AI agents

Repository: BurntSushi/rust-snappy. Description: Snappy compression implemented in Rust (including the Snappy frame format). Stars: 507, Forks: 51. Primary language: Rust. Languages: Rust (100%). License: BSD-3-Clause. Latest release: szip-1.0.0 (6y ago). Open PRs: 8, open issues: 6. Last activity: 10mo ago. Community health: 42%. Top contributors: BurntSushi, emk, shepmaster, rikardfalkeborn, atouchet, Aaron1011, matklad, llogiq, arthurprs, bruceg and others.

·@ofershap

Replace github.com with gitshow.dev