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
The custom script run-with-delay is a needlessly complex step since many API functions became cheaper.
The run-with-delay footprint is 2.6 GB, but if we just directly invoked contractor.js.solver.js from contractor.js, whose ram footprint is 2.8 GB, the overall increase in peak memory footprint is a mere 0.2 GB. This doesn't seem worth the increase in complexity
The text was updated successfully, but these errors were encountered:
The custom script run-with-delay is a needlessly complex step since many API functions became cheaper.
The run-with-delay footprint is 2.6 GB, but if we just directly invoked contractor.js.solver.js from contractor.js, whose ram footprint is 2.8 GB, the overall increase in peak memory footprint is a mere 0.2 GB. This doesn't seem worth the increase in complexity
The text was updated successfully, but these errors were encountered: