trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Optimize `require` and `docker` calls (BYOC) #67

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

These changes cut at least 3 seconds of run-time overhead (for compiler runs after an initial set-up run that caches resources). Comment in #66 has more details.