My previous post about speeding up the library search in Emacs was mostly a hack, but I think I have a more radical solution. So, the key problem with slow library loading in Emacs is that it does lots of separate syscalls for every module it tries to load because it checks every item in load-path.