#evm #compression #ethereum #data #compressor #encoded #abi

calldata-compressor

A Compression algorithm for EVM abi.encoded data, especially for EVM calldata

8 releases

0.2.3 Apr 1, 2024
0.2.2 Feb 29, 2024
0.2.1 Jan 22, 2024
0.1.4 Jan 22, 2024
0.1.2 Dec 13, 2023

#1907 in Magic Beans

Download history

409 downloads per month

Apache-2.0

38KB
721 lines

calldata-compressor-rs

A Compression algorithm for EVM abi.encoded data, especially for EVM calldata.

This project is a Rust implementation of the Calldata Compressor, based on 1inch/calldata-compressor

Features

Test & Benchmark

Test

cargo nextest run -r

Benchmarks

# valgrind check
cargo valgrind test
valgrind --tool=dhat ./target/debug/deps/calldata_compressor-92413ab13fccdd8f
# generate flamegraph
cargo flamegraph --unit-test -- test_compress_big

Dependencies

~26–42MB
~789K SLoC