Slow import time

Currently, EMD can take several seconds to import - this should be faster, ideally less than 500ms or 1 second.

Can test with:

import time
start = time.time(); import emd; print( time.time() - start )