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

[PATCH] speed improvement for omap.remap #1

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 3 comments
Closed

[PATCH] speed improvement for omap.remap #1

GoogleCodeExporter opened this issue Apr 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

omap.remap can be quite slow, because it regenerates the from list on every
call. The attached patch creates a class to cache the fromlist, improving
speed considerably. On my system, the patch reduced the running time for
"print_gvars.py ntoskrnl.pdb" from 4 minutes 45 seconds to 9 seconds.

Thanks for putting this library together, by the way.

Original issue reported on code.google.com by Brendan....@gmail.com on 10 Jun 2009 at 5:45

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by Brendan....@gmail.com on 10 Jun 2009 at 5:52

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by moo...@gmail.com on 19 Aug 2010 at 12:24

@GoogleCodeExporter
Copy link
Author

I've merged in this patch. Thanks for the contribution!

Original comment by moo...@gmail.com on 19 Aug 2010 at 3:02

  • Changed state: Fixed

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