ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
26 stars 25 forks source link

perf: plugin load time #157

Closed antazoey closed 1 week ago

antazoey commented 2 weeks ago

What I did

before:

In [1]: %time import ape_etherscan
CPU times: user 987 ms, sys: 140 ms, total: 1.13 s
Wall time: 1.15 s

after:

In [1]: %time import ape_etherscan
CPU times: user 7.72 ms, sys: 3.29 ms, total: 11 ms
Wall time: 10.7 ms

How I did it

How to verify it

Checklist