Actions
Feature #570
openCheck whether the use of DcmSequenceOfItems::getItem(index) could be enhanced (or avoided?)
Status:
New
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2013-10-24
Due date:
% Done:
50%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
The same check as described in #569 should be performed on all other DCMTK modules, e.g. when retrieving the pixel items from the pixel sequence, the JPEG decoder classes also use getItem(i) in a for-loop... alternatively, the implementation of DcmSequenceOfItems::getItem(index) should be enhanced.
Updated by Jörg Riesmeier 1 day ago
- % Done changed from 0 to 50
See commit f58412bf8: Improved performance of DcmList::seek_to().
Actions