-
Notifications
You must be signed in to change notification settings - Fork 318
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 DcmList::seek_to().
Significantly improved the performance of the seek_to() method, in particular when iterating a very long list using the position of the items, e.g. a DcmPixelSequence with a huge number of instances of DcmPixelItem such as in Whole Slide Imaging (WSI) objects. Internally, the seek_to() method is, e.g., used in the insert(), remove() and getItem() methods of DcmSequenceOfItems and DcmPixelSequence as well as in the getElement() and remove() method of DcmItem. Thanks to GitHub user "reunanen" for the report and proposed patch. This closes GitHub pull request #114.
- Loading branch information
1 parent
b542556
commit f58412b
Showing
3 changed files
with
168 additions
and
82 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
Oops, something went wrong.