You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lazy_static alone may be insufficient, would require some investigation to find the exact solution. But agree that an issue would be a good way to resolve this for now.
i.e. Our gas costs are behind an Arc, so every lookup might add up over time. Inside the VM, we could consider doing a clone or ref instead of doing an Arc lookup every time.
Need to do more investigation. We should just do some simple benchmarking/flamegraphing to analyze the differences between Arc and some other solution.
Originally posted by @Voxelot in #279 (comment)
The text was updated successfully, but these errors were encountered: