We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
function foo(x) @invokelatest sin(x) end
1.11
@btime foo(1.5) 15.015 ns (1 allocation: 16 bytes)
1.12
@btime foo(1.5) 46.043 ns (1 allocation: 16 bytes)