unjs / jimp-compact

✏️ Lightweight version of Jimp -- An image processing library written entirely in JavaScript for Node.js
111 stars 5 forks source link

benchmark? #1

Open Kikobeats opened 5 years ago

Kikobeats commented 5 years ago

This library looks promising and a good alternative to the very heavy jimp; however, will desirable to have some benchmark for comparison to see if the switch is worth for a perf point of view 🙂

pi0 commented 5 years ago

Hi! That's a nice idea. Please go on if interested for making a PR adding benchmark script and mentioning performance. BTW I don't expect (at least notable) runtime performance differences as we don't transpile anything. That's just bundling so it is expected to be better for:

simxnet commented 4 months ago

I know it's been a long since this issue but I just made a benchmark trying imagescript, jimp-compact and sharp.

You can check it here: https://github.com/simxnet/image-benchmarks/

EDIT: These are the results as of 05/25/24 image