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
Seems like other packages like to show off how short the generated LLVM or assembly code is to show that the code generated is performant. Is it worth adding something similar for DispatchedTuples.jl?
I'm not too familiar with @generated so I played around to see if the generated code was indeed concise. Looks like it is!
Seems like other packages like to show off how short the generated LLVM or assembly code is to show that the code generated is performant. Is it worth adding something similar for DispatchedTuples.jl?
I'm not too familiar with
@generated
so I played around to see if the generated code was indeed concise. Looks like it is!DispatchedSet
DispatchedTuple
The text was updated successfully, but these errors were encountered: