forked from dials/dials
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reflection table performance improvement (dials#2718)
Eliminate a double loop in selections from reflection tables. Speedup of 12 min per call for a table containing 165k experiment identifiers. Co-authored-by: David Mittan-Moreau <dwmoreau@lbl.gov> Co-authored-by: Aaron Brewster <asbrewster@lbl.gov>
- Loading branch information
1 parent
fd79852
commit a2f8f71
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Performance improvement for selections from large reflection tables. For a | ||
table containing 165k experiment identifiers the speedup is 1000x (12 minutes | ||
per call). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters