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 type of stuff can't be inferred because of the function-valued argument, which makes everything else in the function resort to dynamic dispatch, which is slow. To make this faster we'd need type inference for calls with function-valued arguments or #5654.
To set up this computation:
Version 1:
$ time julia v1.jl GC count: 0.3762174467726095 real 0m1.389s user 0m1.911s sys 0m1.352s
Version 2:
$ time julia v2.jl GC count: 0.3762174467726095 real 0m35.539s user 0m35.286s sys 0m2.159s
Context from this gist
The text was updated successfully, but these errors were encountered: