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: 183,827 of 195,762
Downloads: 1,580

Daily

Ranking: 50,800 of 195,747
Downloads: 4

Depended by

RankDownloadsName
183,8071,584nnq-zstd
188,743486omq-rfc-zstd

Depends on

RankDownloadsName
81,384,293,602rake
141,271,727,090minitest
1,32635,090,221rb_sys
1,46629,702,366rake-compiler

Owners

#GravatarHandle
1iconpaddor