Crate reth_zstd_compressors

Source
Expand description

Commonly used zstd [Compressor] and [Decompressor] for reth types.

Structs§

ReusableDecompressor
Reusable decompressor that uses its own internal buffer.

Constants§

RECEIPT_COMPRESSORstd
Thread receipt compressor.
RECEIPT_DECOMPRESSORstd
Thread receipt decompressor.
TRANSACTION_COMPRESSORstd
Thread Transaction compressor.
TRANSACTION_DECOMPRESSORstd
Thread Transaction decompressor.

Statics§

RECEIPT_DICTIONARY
Compression/Decompression dictionary for Receipt.
TRANSACTION_DICTIONARY
Compression/Decompression dictionary for Transaction.

Functions§

create_receipt_compressor
Fn creates receipt [Compressor]
create_receipt_decompressor
Fn creates receipt [Decompressor]
create_tx_compressor
Fn creates tx [Compressor]
create_tx_decompressor
Fn creates tx [Decompressor]