Memory Consumption vs Competitor #2305
Unanswered
majora2007
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You’re not measuring the same thing. You need to measure unmanaged memory also. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am under consideration of switching to ImageSharp, as I currently use NetVips. However NetVips has an SSE 4.2 requirement that is impacting some of my users.
I wrote some benchmarks to emulate a common operation from my software; resizing an image from a memory stream (an open archive) and writing to disk. However, I'm finding that ImageSharp uses a considerable amount of memory more. Is there a better way for me to write the code?
All benchmarks read from the same file and I'm using the following annotations:
Beta Was this translation helpful? Give feedback.
All reactions