alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
764 stars 139 forks source link

perf(sol-macro): decode bytecode hex strings ourselves #562

Closed DaniPopes closed 6 months ago

DaniPopes commented 6 months ago

Const-eval is not very fast at doing stuff in general