Skip to content

Cache compiled kernels #8

Description

@bmerry

Currently each sorter object recompiles the program, but sometimes it may be useful to have multiple sorters with the same parameters so that they can operate in parallel. Either

  • implement transparent caching; or
  • allow sorters to be cloned, which copies a ref to the program; or
  • separate the data-independent parts into separate classes

Reported by: bmerry

Original Ticket: clogs/tickets/8

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions