Remix.run Logo
dmitrygr 6 hours ago

You should see how fast libc gets mmaped() into the VM and the first instr runs :)

marcingas 6 hours ago | parent [-]

Sure, I should clarify: The 7ms here is measured at the point where let-go starts executing user code. It takes 7ms to initialize the compiler, load all stdlib namespaces and compute all vars. So it's not "time to first instruction", it's "time to running your code".