Resize Performance vs swift #1862
Replies: 2 comments 2 replies
-
Please use discussions or other forums for general support. It's not appropriate in the issue tracker unless it can lead to some action by a current of future contributor. But there needs to be insight into a comparative technique that Swift is using to explain the difference for this. You haven't posted Swift code so it could be anything from better implementationt to GPU acceleration—which is out-of-scope—to Apple using other special hardware that we don't have direct access to. On the face of it, the block above is not using |
Beta Was this translation helpful? Give feedback.
-
I can't find a discussion forum about this library elsewhere, And I found that the bottleneck of this code is in
If change to
The total time will reduce to 30s.. Is it my mistake in using it, or does reducing the quality take that much time? |
Beta Was this translation helpful? Give feedback.
-
I would like to ask everyone,
I want to shrink 200 pictures and reduce the size,
but it takes nearly 4 minutes to process these pictures, is this normal?
Because if I do the same thing in swift it takes only 12 seconds
here is the code..
Beta Was this translation helpful? Give feedback.
All reactions