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
Compiling (rust nightly, release mode) this takes 4x as much time as this. The only difference between the two snippets is the size of the array (20 vs 100), which is surprising, since one would expect the compilation of the bigger array to take more time.