> However, the whole object file is read in when the module is loaded. Hence, > the module loader is only slowed down by 1% because of those extra nulls. Perhaps not even 1% slower, because consecutive bytes are read from in-memory buffers.