module - Python scripts efficiency with or without functions import -
i wrote script tends long (about 2000 lines) , contains collection of functions. when run script select function through command line argument , run specific function. script set of tools.
i noted takes times before script start maybe due module importations or python stuffs. wonder best thing make quicker ? quicker if functions in separate module file precompiled python (.pyc format) ?
Comments
Post a Comment