An open API service indexing awesome lists of open source software.

https://github.com/scroll-tech/rust-zstd-decompressor

A light-weight decompressor for zstd compressed data used by scroll's DA blob
https://github.com/scroll-tech/rust-zstd-decompressor

Last synced: 5 months ago
JSON representation

A light-weight decompressor for zstd compressed data used by scroll's DA blob

Awesome Lists containing this project

README

          

# zstd decompressor for zkvm

## Benchmarking

1. Step in "program" directory, run `cargo openvm build` to generate the elf file under `target` directory
2. Back to the root (workspace) dir and launch bench by `cargo bench`