Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering performance #8

Open
4 tasks
mozharovsky opened this issue Nov 30, 2016 · 0 comments
Open
4 tasks

Filtering performance #8

mozharovsky opened this issue Nov 30, 2016 · 0 comments
Assignees
Milestone

Comments

@mozharovsky
Copy link
Contributor

Filtering operations are being performed very slow. This is a huge problem for general app performance.

Approach

Wrappers around CIFilter hierarchy are nice. But the Processor is not well optimized which makes processing a set of images kinda problematic and time consuming. This, basically, is happening because of using a default CIContext which mainly uses the CPU. Instead we'd rather use a context using GPU for the same purpose.

Tasks

  • Optimize Processor implementation
  • Use GPU for processing operations (also see GPU image processing #1)
  • Update the Demo project
  • Update the Pod
@mozharovsky mozharovsky added this to the Improvements milestone Nov 30, 2016
@mozharovsky mozharovsky self-assigned this Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant