vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
242 stars 41 forks source link

Jupyter plugin uses too much space #157

Closed DanielSchiavini closed 5 months ago

DanielSchiavini commented 5 months ago

The files generated when using our jupyter plugin are too large. Jupyterlab saves every JS that has ever ran in the notebook file. That includes many copies of EthersJS - so the file gets multiple MBs of unnecessary JS.

bout3fiddy commented 5 months ago

Does this translate to call execution speed? I noticed it being slow.

DanielSchiavini commented 5 months ago

Fixed in https://github.com/vyperlang/titanoboa/pull/163