For fastest executable: raco make, or exe, or ...?

See 2 raco exe: Creating Stand-Alone Executables

Running an executable produced by raco exe will not improve performance over raco make

I expect in some narrow cases embedding all the bits together can actually be a win, but mostly I would say use raco make for this case.

2 Likes