Skip to content
Snippets Groups Projects

Contour tree performance improvements (ContourTreeMesh)

Various performance improvements to ContourTreeMesh implementation

  • Avoid using STL functions (std::merge, std::inplace_merge and std::unique) by replacing them with worklets and custom implementations.
  • Use ScanExtended to avoid having to explicitly set first array value
  • Use ArrayGetValue instead of ReadPortal for getting single array values in the control environment without having to transfer the full array.
  • Refactor to use more vtk-m functions (fancy arrays, existing conversion functions) to avoid custom worklets.
  • Improve comments and readability.
Edited by Gunther Weber

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading