Skip to content
  • Will Schroeder's avatar
    Accelerated vtkSpanSpace with parallel sort · e45f1de3
    Will Schroeder authored
    A vtkSMPTools::Sort() method was added (which is a drop in replacement
    for std::sort()). Under the hood, in TBB tbb::parallel_sort() is used.
    Other SMP implementations (Sequential,Simple,Kaapi,OpenMP) are for now
    using std::sort().
    
    This new vtkSMPTools capability was then used to accelerate the
    sort process in vtkSpanSpace as well as vtkCheckerboardSplatter.
    e45f1de3