Versioning takes too long with large global variables
Closed this issue · 0 comments
amakelov commented
If working in e.g. a notebook, and there are global variables that take a long time to hash and are accessed by an @op
call, this affects every with storage:
context, because it syncs the current state of the code and globals each time.