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: 189,293 of 192,137
Downloads: 432

Daily

Ranking: 21,702 of 192,103
Downloads: 11

Depended by

RankDownloadsName
187,370657nnq-zstd

Depends on

RankDownloadsName
81,292,456,495rake
141,193,981,621minitest
1,34232,552,999rb_sys
1,49627,016,559rake-compiler

Owners

#GravatarHandle
1iconpaddor