Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up Process.name on Windows #426

Closed
giampaolo opened this issue May 23, 2014 · 4 comments
Closed

Speed up Process.name on Windows #426

giampaolo opened this issue May 23, 2014 · 4 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on September 10, 2013 20:03:51

http://stackoverflow.com/questions/6587036/alternative-to-psutil-processpid-name

Original issue: http://code.google.com/p/psutil/issues/detail?id=426

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on September 10, 2013 12:20:54

Fixed in revision 46552ff6ac2b . 
I kind of regret having discovered such an outstanding issue this late, also 
because I think it had a considerable impact since that:

- the old implementation was *very* slow (something like 100+ times slower)
- Process.name is one of the most used properties/functions, also indirectly 
(e.g. every time __str__ is invoked)

Shame on me.

Labels: -Priority-Medium Priority-High Milestone-1.1.0

@giampaolo
Copy link
Owner Author

From g.rodola on September 10, 2013 12:21:08

Status: FixedInHG

@giampaolo
Copy link
Owner Author

From g.rodola on September 28, 2013 03:06:18

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on September 28, 2013 10:32:46

Closing out as fixed. Release 1.1.0 is now available for download.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant