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

Use operations cache for GEGL #78

Open
jonnor opened this issue Jul 27, 2016 · 0 comments
Open

Use operations cache for GEGL #78

jonnor opened this issue Jul 27, 2016 · 0 comments

Comments

@jonnor
Copy link
Member

jonnor commented Jul 27, 2016

Right now we spawn a new GEGL process for every request. That means that the process needs to scan for and load the operations each time. This probably takes a non-trivial amount of time, and could probably be reduced by at least caching the lookup information.

Potentially one could also link many operations into a single shared-object, to reduce how many disk reads must be performed.

TODO: quantify how long this typically takes, on Heroku.
Would be nice if GEGL could report this to us, similar to imgflo/imgflo#92

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