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

Make LoadEventPreNeXus faster #4091

Closed
peterfpeterson opened this issue Jun 27, 2011 · 1 comment
Closed

Make LoadEventPreNeXus faster #4091

peterfpeterson opened this issue Jun 27, 2011 · 1 comment
Milestone

Comments

@peterfpeterson
Copy link
Member

Original Owner: @jzikovsky

This is a continuation of http://trac.mantidproject.org/mantid/ticket/3224.

Profiling still says that the majority of the time spent is in processing the list rather than reading from disk by at least a factor of 100. The next big target is finding a better way of allocating memory in the individual event lists (via reserve) rather than just using the defaults and letting vector re-allocate memory as necessary.

@peterfpeterson
Copy link
Member Author

This issue was originally trac ticket 3244

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

No branches or pull requests

1 participant