lamyj / odil

Odil is a C++11 library for the DICOM standard
Other
85 stars 21 forks source link

Compiling registry.cpp is resource-intensive #67

Closed lamyj closed 6 years ago

lamyj commented 6 years ago

Compiling the DICOM registry is rather resource-intensive due to the large number of objects in the file. It might be a good idea to split the file in several parts, e.g. one per group plus one for the registered UID names.