(no title)
baszalmstra | 6 years ago
Mun compiles to machine code with LLVM so it should be very fast as well, hotloading overhead can be completely removed in builds where hotloading is not required (production builds for instance). Mun should therefor be able to run as fast as native code on all platforms.
gravypod|6 years ago
baszalmstra|6 years ago