Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 205
    • Issues 205
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated February 2nd, between 8am and 9am EST (UTC-5). Gitlab will be offline during that time.

  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2396

Precompiled `ArrayCopy` for `UnknownArrayHandle`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kenneth Moreland requested to merge kmorel/vtk-m:copy-unknownarrayhandle into master Feb 01, 2021
  • Overview 14
  • Commits 8
  • Pipelines 8
  • Changes 22

Previously, in order to copy an UnknownArrayHandle, you had to specify some subset of types and then specially compile a copy for each potential type. With the new ability to extract a component from an UnknownArrayHandle, it is now feasible to precompile copying an UnknownArrayHandle to another array. This greatly reduces the overhead of using ArrayCopy to copy UnknownArrayHandles while simultaneously increasing the likelihood that the copy will be successful.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: copy-unknownarrayhandle