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
- Host: GitHub
- URL: https://github.com/scroll-tech/rust-zstd-decompressor
- Owner: scroll-tech
- Created: 2024-12-27T05:45:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-04T04:31:23.000Z (5 months ago)
- Last Synced: 2025-08-10T08:49:40.316Z (5 months ago)
- Language: Rust
- Size: 251 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`