Categories: None [Edit]

rzstd

https://rubygems.org/gems/rzstd
https://github.com/paddor/rzstd
Ruby bindings (via Rust/magnus) for the Zstandard compressor with persistent ZSTD_CCtx / ZSTD_DCtx contexts that are reused across calls. Provides Zstd frame compress/decompress at module level and a stateful Dictionary class for dict-bound compression. Designed to be safe to call from multiple Ractors and competitive with rlz4 on small messages, where per-call context allocation in zstd-ruby dominates the cost.

Total

Ranking: 184,365 of 196,406
Downloads: 1,615

Daily

Ranking: 78,173 of 196,374
Downloads: 0

Depended by

RankDownloadsName
184,1351,653nnq-zstd
188,743486omq-rfc-zstd

Depends on

RankDownloadsName
81,401,623,903rake
141,286,881,604minitest
1,31535,760,032rb_sys
1,46030,197,318rake-compiler

Owners

#GravatarHandle
1iconpaddor