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
Currently, timing begins from the moment Console_st.mainAsync() is called. In Java, the start of main is one of the earliest, if not the earliest, possible times to do something. But in our Node.js and web REPLs, we spend some time loading Rainbow.js itself, and we can potentially start the clock much earlier on. Let's do that.
The text was updated successfully, but these errors were encountered:
Currently, timing begins from the moment
Console_st.mainAsync()
is called. In Java, the start ofmain
is one of the earliest, if not the earliest, possible times to do something. But in our Node.js and web REPLs, we spend some time loading Rainbow.js itself, and we can potentially start the clock much earlier on. Let's do that.The text was updated successfully, but these errors were encountered: