The qvm compiler is really slow on x86_64, and it can take a few seconds to compile the game.qvm to run it. This is noticable for clients connected to the server, during a map change. An easy way to eliminate that lag is to use a .so instead of a .qvm, so it doesn't have to be recompiled all the time.