-
Notifications
You must be signed in to change notification settings - Fork 272
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
Stage1 performance regression #1791
Comments
Most time is spent in The situation is worsed for very large arrays like the one in I'll see if I can improve the performance of |
All operations are now vectorized over all pixels and the csr matrix is directly created instead of going through a lil representation. This brings stage1 performance on gamma_test_large.simtel.gz back to where it was before changing to one CameraGeometry instance per telescope.
With #1792, we are back to:
|
All operations are now vectorized over all pixels and the csr matrix is directly created instead of going through a lil representation. This brings stage1 performance on gamma_test_large.simtel.gz back to where it was before changing to one CameraGeometry instance per telescope.
…ctorized Improve performance of calc_pixel_neighbors, fixes #1791
0.10.5:
0.11.0:
Current master:
The text was updated successfully, but these errors were encountered: