You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking to use plumbum to replace shell scripts at my organization everything was looking great until I noticed the slow execution speed. This simple one line command takes 650ms to execute on my machine:
While looking to use plumbum to replace shell scripts at my organization everything was looking great until I noticed the slow execution speed. This simple one line command takes 650ms to execute on my machine:
One of the biggest offenders appears to be slow "which" speed. You can see this in the results from this benchmark program I made:
Here is the program: https://gist.github.com/jlisee/7443118
Platform details: Python 2.7.3, Ubuntu 12.04, 32 bit, Core i7 @ 2.4GHz
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: