Jon-Becker / heimdall-rs

Heimdall is an advanced EVM smart contract toolkit specializing in bytecode analysis and extracting information from unverified contracts.
http://heimdall.rs
MIT License
1.19k stars 125 forks source link

perf: use `hashbrown` for `HashMap` and `HashSet` #476

Closed Jon-Becker closed 3 months ago

Jon-Becker commented 3 months ago

Motivation

Solution