forked from DCMTK/dcmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved performance of DcmVR::setVR().
When creating and processing very large amounts of DICOM data sets, the implementation of DcmVR::setVR() could have led to a performance bottleneck, so it was improved, e.g. by avoiding the call of strncmp() for comparing the two-letter VR codes. Thanks to Jesper Alf Dam <[email protected]> for the report, the performance analysis and the original patch.
- Loading branch information
1 parent
3ff1f83
commit 5b235ab
Showing
1 changed file
with
11 additions
and
9 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