Zstd::Compress::Context
Inherits Zstd::Context / Reference / Object
Usage:
cctx = Zstd::Compress::Context.new
buf = Bytes.new 22
cbuf = cctx.compress buf
Constructors
Instance methods
checksum?
Sourcedict
Sourcelevel
Sourcelevel=(val)
Sourcememsize
Give the current memory usage of zstd context.
Note that object memory usage can evolve (increase or decrease) over time.
threads
Sourcethreads=(val)
Source