You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can currently decide between feeding sharp with a finished Buffer or with a Readable that loads 8 MB in 120 chunks over a timespan of 800 milliseconds. Is there an expected performance increasing for using the latter, such as processing before all chunks arrived? I use raw input, so the pixel information of earlier bytes does not depend on next bytes. The only operation I currently use is sharp.extract on an image area the bytes arrive very early for (everything needed is loaded in the first 30% of bytes).
When you searched for similar issues, what did you find that might be related?
The Pipeline usage (900 ms average) is much faster than the Buffer usage (3500 ms average), but I don't know whether this is because of my personal implementation or because of the pipe optimizations Sharp could do.
The text was updated successfully, but these errors were encountered:
@germansokolov13 The phrase "future possible enhancement" means that it is a valid and potential enhancement that might exist in the future and requires someone to do the work in order to make that happen.
Question about an existing feature
What are you trying to achieve?
I can currently decide between feeding sharp with a finished Buffer or with a Readable that loads 8 MB in 120 chunks over a timespan of 800 milliseconds. Is there an expected performance increasing for using the latter, such as processing before all chunks arrived? I use raw input, so the pixel information of earlier bytes does not depend on next bytes. The only operation I currently use is sharp.extract on an image area the bytes arrive very early for (everything needed is loaded in the first 30% of bytes).
When you searched for similar issues, what did you find that might be related?
Example
Sharp
Buffer
Pipeline
The Pipeline usage (900 ms average) is much faster than the Buffer usage (3500 ms average), but I don't know whether this is because of my personal implementation or because of the pipe optimizations Sharp could do.
The text was updated successfully, but these errors were encountered: