InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

PERF: Make `ImageRegion` trivially copyable (LEGACY_REMOVE) #4691

Closed N-Dekker closed 1 month ago

N-Dekker commented 1 month ago

Replaced ITK_FUTURE_LEGACY_REMOVE with ITK_LEGACY_REMOVE, regarding its inheritance from itk::Region.

A run-time performance improvement of more than 25% on default-constructing and destructing a sequence of ImageRegion objects was observed.