Skip to content
  • Ken Martin's avatar
    Improve performance of SDDP · 8e429deb
    Ken Martin authored
    Two calls were creating and destroying lots of vtkInformation
    objects on the heap. They appear to get called very often
    so switching to using an ivar to improve performance.
    
    Plus they tended to set the same keys over and over again
    so this change (following the same idea from
    vtkDemandDrivenPipeline) sets those keys just once.
    8e429deb